Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.16.0
-
None
-
None
Description
From a customer that's testing Drill:
Anastasiia Sergienko <Anastasiia.Sergienko@exasol.com> |
||
6:09 AM (11 minutes ago) |
||
to user@drill.apache.org |
||
Dear Apache Drill Team,
I'm currently working with a docker version of Drill and I'd like to
provide a small feedback.
I installed a docker version according to the official documentation (
https://drill.apache.org/docs/running-drill-on-docker/) and after that
I tried to connect to Drill via JDBC following this instruction:
https://drill.apache.org/docs/using-the-jdbc-driver/. It didn't work,
because of the missing port forwarding settings. It took quite a lot of
time to find the problem and the right port. It turned out that I
needed port 31010 for the JDBC connection. After I added it to the
docker run command, it worked fine: docker run -i --name drill-1.16.0
-p 8047:8047 -p 31010:31010 -t drill/apache-drill:1.16.0 /bin/bash.
I think it would be nice if you could add information about JDBC port
forwarding to the documentation.
Best Regards,
Anastasiia Sergienko
Java Developer in Exasol