[
https://issues.apache.org/jira/browse/DRILL-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642361#comment-15642361
]
ASF GitHub Bot commented on DRILL-4935:
---------------------------------------
GitHub user harrisonmebane opened a pull request:
https://github.com/apache/drill/pull/647
DRILL-4935 Allow Drill to advertise a specific hostname to Zookeeper
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/harrisonmebane/drill DRILL-4935
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/647.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #647
----
commit 01dd583ff0f7dc0092371a85823b4737ca26b02d
Author: Harrison Mebane <[email protected]>
Date: 2016-10-07T20:10:36Z
allow configuration of advertised drillbit IP address
----
> Allow drillbits to advertise a configurable host address to Zookeeper
> ---------------------------------------------------------------------
>
> Key: DRILL-4935
> URL: https://issues.apache.org/jira/browse/DRILL-4935
> Project: Apache Drill
> Issue Type: New Feature
> Components: Execution - RPC
> Affects Versions: 1.8.0
> Reporter: Harrison Mebane
> Priority: Minor
> Fix For: Future
>
>
> There are certain situations, such as running Drill in distributed Docker
> containers, in which it is desirable to advertise a different hostname to
> Zookeeper than would be output by INetAddress.getLocalHost(). I propose
> adding a configuration variable 'drill.exec.rpc.bit.advertised.host' and
> passing this address to Zookeeper when the configuration variable is
> populated, otherwise falling back to the present behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)