afilipchik edited a comment on issue #4762: Upload schema works via curl but 
fails with pinot-admin
URL: 
https://github.com/apache/incubator-pinot/issues/4762#issuecomment-548089481
 
 
   I deployed pinot to our kubernetes cluster using slightly modified version 
of skaffold templates from: kubernetes/examples/gke/skaffold
   
   Once cluster was UP if used port forwarding to expose coordinator on 
localhost:
   ```kubectl port-forward service/pinot-controller 9000:9000 -n pinot```
   
   Validated that console on localhost:9000 worked. Calls to localhost were 
reflected in coordinator logs. 
   However, when I tried to use admin tool to add a schema it did nothing (no 
errors in admin logs). I also didn't see any errors in coordinator logs. 
   
   I switched to debugging, stepped through add schema command and saw that 
error is 404 without any reason.
   
   I was able to register schema using both curl and Swagger UI in the same 
time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to