dd-willgan opened a new issue #7449:
URL: https://github.com/apache/pinot/issues/7449


   ```
   $ curl localhost:9000/version
   {}%
   ```
   
   Running `apachepinot/pinot:release-0.8.0-jdk11`. Can be reproduced in Docker 
[here](https://docs.pinot.apache.org/basics/getting-started/running-pinot-in-docker)
   
   ```
   docker network create -d bridge pinot-demo
   
   docker run \
       --network=pinot-demo \
       --name pinot-quickstart \
       -p 9000:9000 \
       -d apachepinot/pinot:release-0.8.0-jdk11 QuickStart \
       -type batch
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to