[
https://issues.apache.org/jira/browse/CHUKWA-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang resolved CHUKWA-130.
------------------------------
Resolution: Fixed
Fix Version/s: 0.5.0
Assignee: Eric Yang
This is resolved by using maven for downloading Hadoop jar file and setup
classpath properly. The related work is committed in CHUKWA-605.
> invalid classpath
> -----------------
>
> Key: CHUKWA-130
> URL: https://issues.apache.org/jira/browse/CHUKWA-130
> Project: Chukwa
> Issue Type: Bug
> Components: input tools
> Environment: Redhat 5.1, Java 6
> Reporter: Cheng
> Assignee: Eric Yang
> Priority: Minor
> Fix For: 0.5.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira