Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0
-
Reviewed
Description
If an incorrect value is set for %JAVA_HOME%, hadoop-config.cmd displays an error message as follows.
echo Error: JAVA_HOME is incorrectly set. echo Please update %HADOOP_HOME%\conf\hadoop-env.cmd
But the default configuration directory has moved to etc/hadoop, so it should be %HADOOP_CONF_DIR%\hadoop-env.cmd.