You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Veera Naranammalpuram (JIRA)" <ji...@apache.org> on 2019/08/13 10:23:00 UTC

[jira] [Created] (DRILL-7346) Documentation on running Drill in a docker container doesn't include port 31010

Veera Naranammalpuram created DRILL-7346:
--------------------------------------------

             Summary: Documentation on running Drill in a docker container doesn't include port 31010
                 Key: DRILL-7346
                 URL: https://issues.apache.org/jira/browse/DRILL-7346
             Project: Apache Drill
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 1.16.0
            Reporter: Veera Naranammalpuram


From a customer that's testing Drill: 

 
|
|h3. Anastasiia Sergienko <An...@exasol.com>|
|6:09 AM (11 minutes ago)
 | |!https://mail.google.com/mail/u/0/images/cleardot.gif!
!https://mail.google.com/mail/u/0/images/cleardot.gif!|
|
|to user@drill.apache.org
!https://mail.google.com/mail/u/0/images/cleardot.gif!|
|
 
 
 
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



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)