Cygwin path translation should occur earlier in bin/hadoop
----------------------------------------------------------
Key: HADOOP-1080
URL: https://issues.apache.org/jira/browse/HADOOP-1080
Project: Hadoop
Issue Type: Bug
Components: scripts
Affects Versions: 0.12.0, 0.12.1, 0.13.0
Reporter: Andrzej Bialecki
Fix For: 0.12.1, 0.13.0, 0.12.0
When native Linux libraries are present, and bin/hadoop is running under
Cygwin, the part of the script that sets up java.library.path uses
un-translated CLASSPATH. This leads to the (in)famous message:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/hadoop/util/PlatformName
The fix is to perform the Cygwin translation of the CLASSPATH earlier, before
checking for the native libs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.