You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/05/21 18:04:18 UTC

[jira] [Created] (HADOOP-12014) hadoop-config.cmd displays a wrong error message

Kengo Seki created HADOOP-12014:
-----------------------------------

             Summary: hadoop-config.cmd displays a wrong error message
                 Key: HADOOP-12014
                 URL: https://issues.apache.org/jira/browse/HADOOP-12014
             Project: Hadoop Common
          Issue Type: Bug
          Components: scripts
            Reporter: Kengo Seki
            Priority: Trivial


If an incorrect value is set for %JAVA_HOME%, hadoop-config.cmd displays an error message as follows.

{code}
   echo Error: JAVA_HOME is incorrectly set.
   echo        Please update %HADOOP_HOME%\conf\hadoop-env.cmd
{code}

But the default configuration directory has moved to etc/hadoop, so it should be  %HADOOP_CONF_DIR%\hadoop-env.cmd.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)