[
https://issues.apache.org/jira/browse/HADOOP-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563534#comment-14563534
]
Hudson commented on HADOOP-11983:
---------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #7919 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/7919/])
HADOOP-11983. HADOOP_USER_CLASSPATH_FIRST works the opposite of what it is
supposed to do (Sangjin Lee via aw) (aw: rev
08ae87f6ba334bd3442234e65b93495fe312cbb7)
* hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh
* hadoop-common-project/hadoop-common/CHANGES.txt
> HADOOP_USER_CLASSPATH_FIRST works the opposite of what it is supposed to do
> ---------------------------------------------------------------------------
>
> Key: HADOOP-11983
> URL: https://issues.apache.org/jira/browse/HADOOP-11983
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 3.0.0
> Reporter: Sangjin Lee
> Assignee: Sangjin Lee
> Fix For: 3.0.0
>
> Attachments: HADOOP-11983.001.patch
>
>
> The behavior of HADOOP_USER_CLASSPATH_FIRST works the opposite of what it
> should do. If it is not set, HADOOP_CLASSPATH is prepended. If set, it is
> appended.
> You can easily try out by doing something like
> {noformat}
> HADOOP_CLASSPATH=/Users/alice/tmp hadoop classpath
> {noformat}
> (HADOOP_CLASSPATH should point to an existing directory)
> I think the if clause in hadoop_add_to_classpath_userpath is reversed.
> This issue seems specific to the trunk.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)