[ https://issues.apache.org/jira/browse/HADOOP-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679000#comment-13679000
]
Hudson commented on HADOOP-9599:
--------------------------------
Integrated in Hadoop-Yarn-trunk #235 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/235/])
HADOOP-9599. hadoop-config.cmd doesn't set JAVA_LIBRARY_PATH correctly. Contributed by
Mostafa Elhemali. (Revision 1491030)
Result = SUCCESS
ivanmi : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1491030
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-config.cmd
> hadoop-config.cmd doesn't set JAVA_LIBRARY_PATH correctly
> ---------------------------------------------------------
>
> Key: HADOOP-9599
> URL: https://issues.apache.org/jira/browse/HADOOP-9599
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 3.0.0
> Environment: Windows
> Reporter: Mostafa Elhemali
> Assignee: Mostafa Elhemali
> Fix For: 2.1.0-beta
>
> Attachments: HADOOP-9599.2.patch, HADOOP-9599.3.patch, HADOOP-9599.patch
>
>
> In Windows, hadoop-config.cmd uses the non-existent-variable HADOOP_CORE_HOME when setting
the JAVA_LIBRAR_PATH variable. It should use HADOOP_HOME or HADOOP_COMMON_HOME.
> The net effect is that running e.g. "hdfs namenode" directly (outside of hadoop command
prompt) would error out with UnsatisfiedLinkError because it can't access hadoop.dll.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|