Improve JAVA_HOME detection and handling in hadoop-config ---------------------------------------------------------
Key: HADOOP-6605 URL: https://issues.apache.org/jira/browse/HADOOP-6605 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.20.2 Reporter: Chad Metcalf Assignee: Chad Metcalf JAVA_HOME can be set in hadoop-env.sh and hadoop-config.sh should respect this. hadoop-config will source hadoop-env after it determines a config directory. If JAVA_HOME still isn't set, it will try to guess one from a list of Linux usual locations. If one still isn't set it will quit with a verbose error message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.