invalid classpath
-----------------
Key: CHUKWA-130
URL: https://issues.apache.org/jira/browse/CHUKWA-130
Project: Hadoop Chukwa
Issue Type: Bug
Components: input tools
Environment: Redhat 5.1, Java 6
Reporter: Cheng
Priority: Minor
If HADOOP_HOME or HADOOP_JAR are not set, the default HADOOP_JAR is set to
export HADOOP_JAR=`ls ${HADOOP_HOME}/hadoop-*-core.jar`
Currently we have hadoop-0.18.0-core.jar and hadoop-0.20-dev-core.jar. So the
HADOOP_JAR will become ".../hadoop-0.18.0-core.jar
.../hadoop-0.20-dev-core.jar". This is not right. The space should be replaced
by ":"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.