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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/31 01:49:39 UTC

[jira] [Resolved] (HADOOP-6937) Invalid Entry for JSP JARs in Hadoop CLASSPATH

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

Allen Wittenauer resolved HADOOP-6937.
--------------------------------------

    Resolution: Incomplete

Likely stale.


> Invalid Entry for JSP JARs in Hadoop CLASSPATH
> ----------------------------------------------
>
>                 Key: HADOOP-6937
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6937
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Ranjit Mathew
>
> ~/src/Hadoop/stage/hadoop-0.22.0-SNAPSHOT > bin/hadoop classpath | sed 's/:/\n/g' |grep \\*
> /home/ranjit/src/Hadoop/stage/hadoop-0.22.0-SNAPSHOT/bin/../lib/jsp-2.1/*.jar
> The actual JSP JARs (jsp-2.1-6.1.14.jar  jsp-api-2.1-6.1.14.jar) are just under the "lib" folder - there
> is no "jsp-2.1" sub-folder.
> The offending code is from bin/hadoop-config.sh:
>     156 for f in $HADOOP_COMMON_HOME/lib/jsp-2.1/*.jar; do
>     157   CLASSPATH=${CLASSPATH}:$f;
>     158 done



--
This message was sent by Atlassian JIRA
(v6.2#6252)