dongxiaoman edited a comment on pull request #7832:
URL: https://github.com/apache/pinot/pull/7832#issuecomment-979479631


   Thanks for the fast fix for https://github.com/apache/pinot/issues/7829 ! It 
is verified from my M1 Pro that the quick start can run with 
http://localhost:9000 showing sample table.
   
   Below are the build command, and the command to start
   **Build:**
   ```
   git pull && git checkout arm64-docker-image
   cd docker/images/pinot
   
   docker build -t pinot:latest --platform linux/arm64 --no-cache 
--network=host --build-arg PINOT_GIT_URL=https://github.com/apache/pinot.git 
--build-arg PINOT_BRANCH=master --build-arg JDK_VERSION=11 --build-arg 
OPENJDK_IMAGE=arm64v8/openjdk -f Dockerfile .
   ```
   
   **Start locally** (Because of build, has to use the local image built, named 
**docker.io/library/pinot:latest** )
   ```
   docker run \
       --network=pinot-demo \
       --name pinot-quickstart \
       -p 9000:9000 \
       -d docker.io/library/pinot:latest 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