[ https://issues.apache.org/jira/browse/DRILL-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404910#comment-15404910 ]
ASF GitHub Bot commented on DRILL-4822: --------------------------------------- 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 <prog...@maprtech.com> Date: 2016-08-02T22:16:03Z DRILL-4822: Add $DRILL_SITE to distrib-env.sh search path ---- > Extend distrib-env.sh search to consider site directory > ------------------------------------------------------- > > Key: DRILL-4822 > URL: https://issues.apache.org/jira/browse/DRILL-4822 > Project: Apache Drill > Issue Type: Improvement > Reporter: Paul Rogers > Priority: Minor > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)