I have successfully installed hopsworks as a vagrant VM locally.
Wanted to test the model serving functionality, but got a 500 server error code.
I suspect there is some logic incompability in the glassfish server code when running model serving locally, because i tried using the hops.util library to do POST request to glassfish and got 500 returned.
Hi @leekeonshin! Another user encountered the same issue recently. You can find the solution here: Permission denied when serving We are making the 1.4.0 release soon in which serving will be working properly for SKLearn and TensorFlow.
Thanks @Robin_Andersson. I tried to do the modification in sklearn_serving.sh as well as tfserving.sh but the error still persist.
I guess it may be a different issue because for my case, i cannot see anything in the Kabana logs unlike the user