----------------------------------------------------------------------
Key: HADOOP-3539
URL: https://issues.apache.org/jira/browse/HADOOP-3539
Project: Hadoop Core
Issue Type: Bug
Components: scripts
Environment: Cygwin
Reporter: Tsz Wo (Nicholas), SZE
Priority: Blocker
Fix For: 0.18.0
- When running ./bin/hadoop in cygwin, we see an error message from cypath.
For example,
{noformat}
bash-3.2$ ./bin/hadoop namenode -format
cygpath: cannot create short name of :\cygdrive\d\@sze\hadoop\latest\hadoop-*-tools.jar:\cygdrive\d\@sze\hadoop\latest\build\hadoop-*-tools.jar
...
{noformat}
- The output message is confusing for incorrect commands.
For example,
{noformat}
bash-3.2$ ./bin/hadoop foo
cygpath: cannot create short name of :\cygdrive\d\@sze\hadoop\latest\hadoop-*-tools.jar:\cygdrive\d\@sze\hadoop\latest\build\hadoop-*-tools.jar
java.lang.NoClassDefFoundError: foo
Exception in thread "main" bash-3.2$
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.