GitHub user paul-rogers opened a pull request:
https://github.com/apache/drill/pull/558
DRILL-4822: Add $DRILL_SITE to distrib-env.sh search path
DRILL-4581 provided revisions to the Drill launch scripts. As part of that
fix, we introduced a new distrib-env.sh file to hold settings created by custom
Drill installers (that is, by custom distributions.) The original version of
this feature looks for distrib-env.sh only in $DRILL_HOME/env.
Experience suggests that installers will write site-specific values to
distrib-env.sh and so the file must then be copied to $DRILL_SITE when running
under YARN. Add $DRILL_SITE to the search path in drill-config.sh for
distrib-env.sh.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paul-rogers/drill DRILL-4822
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/558.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 #558
----
commit dbb178ec885eb83c07b2d272c5aa94fdfe186fce
Author: Paul Rogers <[email protected]>
Date: 2016-08-02T22:16:03Z
DRILL-4822: Add $DRILL_SITE to distrib-env.sh search path
----
---
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.
---