You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2016/03/31 18:42:25 UTC

[jira] [Created] (DRILL-4569) Provide startup config properties for all Drill ports

Paul Rogers created DRILL-4569:
----------------------------------

             Summary: Provide startup config properties for all Drill ports
                 Key: DRILL-4569
                 URL: https://issues.apache.org/jira/browse/DRILL-4569
             Project: Apache Drill
          Issue Type: Sub-task
          Components:  Server
            Reporter: Paul Rogers


Drill has the following config parameters for ports:

drill.exec.http.port
drill.exec.rpc.bit.server.port
drill.exec.rpc.user.server.port

Use the following to find them:
SELECT * FROM sys.boot WHERE `name` LIKE '%port';

The documentation states that Drill uses five ports: http://drill.apache.org/docs/ports-used-by-drill/

1) Research whether the bit.server.port refers to the control or data ports in the documentation.

2) Add a startup config option for the missing of the above two ports.

3) The JGroups and Infinispan ports listed in the documentation seem to not be used (these seem to have been for distributed cache, since disabled.) Either drop them from the docs, or, if needed, add a config value.

4) Modify the drillbit.sh script to accept environment variables for the above. If present, convert them to the required -Dname=value option on the Java command line.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)