You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/10/30 20:06:11 UTC

[GitHub] [incubator-pinot] afilipchik commented on issue #4762: Upload schema works via curl but fails with pinot-admin

afilipchik commented 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:900 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org