GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/763
DRILL-5208: Finding path to java executable should be deterministic See DRILL-5208 for background. Instead of using âfindâ to locate the java command, we use the any information available, resorting to find only if the âusual suspectsâ fails. The result is that we use the JDK java when available, instead of randomly choosing JDK or JRE java. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-rogers/drill DRILL-5208 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/763.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 #763 ---- commit 19c412e9900bf5db80d4d95f9317d8f308669f4b Author: Paul Rogers <prog...@maprtech.com> Date: 2017-02-24T22:53:23Z DRILL-5208: Finding path to java executable should be deterministic See DRILL-5208 for background. Instead of using âfindâ to locate the java command, we use the any information available, resorting to find only if the âusual suspectsâ fails. The result is that we use the JDK java when available, instead of randomly choosing JDK or JRE java. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---