Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/647#discussion_r86868307
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java ---
@@ -49,6 +49,7 @@
String USER_RPC_TIMEOUT = "drill.exec.rpc.user.timeout";
String METRICS_CONTEXT_NAME = "drill.exec.metrics.context";
String USE_IP_ADDRESS = "drill.exec.rpc.use.ip";
+ String BIT_ADVERTISED_HOST = "drill.exec.rpc.bit.advertised.host";
--- End diff --
Is this really what we want to do? After this change, each host will have
its on Drill config file. That means that, on every config change, the admin
must:
1. Modify a master file.
2. Use a script to regenerate the per-host files.
3. Push the per-host files to the remote systems.
4. Restart the cluster.
If Drill is deployed on a system such as YARN, it is not possible to have
per-host config files.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---