[
https://issues.apache.org/jira/browse/HADOOP-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-1080:
---------------------------------
Fix Version/s: (was: 0.13.0)
(was: 0.12.0)
Fix Version should be 0.12.1 alone, since we'll include this in that release.
0.12.0 is already out the door, so this can't be included there. And this will
be implicitly included in all future releases, so should not appear explicitly
in the 0.13.0 release notes.
> 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
>
> Attachments: hadoop.patch
>
>
> 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.