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 "Ranjit Mathew (JIRA)" <ji...@apache.org> on 2010/09/02 12:19:53 UTC

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

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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.