developeer commented on issue #2346:
URL: https://github.com/apache/drill/issues/2346#issuecomment-950869406
If you want to test with a tool like dbeaver or powerbi etc.., you will need
the other drill ports available
docker run -i --name drill \
-p 8047:8047 \
-p 31010:31010 \
-p 31011:31011 \
-p 31012:31012 \
-v ${PWD}/data:/data \
apache/drill \
/bin/bash
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]