xtrntr
08/01/2021, 4:56 AMpinot-quickstart
with extra configuration (https://docs.pinot.apache.org/integrations/presto#using-pinot-streaming-grpc-connector)
docker run \
--network pinot-demo \
--name=presto-coordinator \
-p 8080:8080 \
--mount type=bind,source=$SOURCE_DIR,target=/home/presto/data -d \
apachepinot/pinot-presto:latest
but it doesn’t seem like i’m allowed to do so?
https://github.com/apache/pinot/blob/master/docker/images/pinot-presto/Dockerfile#L55
i’m not very proficient with docker, can someone suggest how i can override the volume?Kishore G
Xiang Fu
Xiang Fu
Xiang Fu
/home/presto/etc
Xiang Fu
xtrntr
08/01/2021, 7:15 AM$ docker run \
--network pinot-demo \
--name=presto-coordinator \
-p 8080:8080 \
--mount type=bind,source=$SOURCE_DIR,target=/home/presto/data -d \
apachepinot/pinot-presto:latest
$ docker logs -f presto-coordinator
ERROR: Path exists and is not a symlink: /home/presto/data/etc
xtrntr
08/02/2021, 3:51 AM