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 "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2007/03/07 19:16:24 UTC

[jira] Updated: (HADOOP-1080) Cygwin path translation should occur earlier in bin/hadoop

     [ https://issues.apache.org/jira/browse/HADOOP-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrzej Bialecki  updated HADOOP-1080:
--------------------------------------

    Attachment: hadoop.patch

> 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.0, 0.12.1, 0.13.0
>
>         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.