[
https://issues.apache.org/jira/browse/KAFKA-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Henke resolved KAFKA-426.
-------------------------------
Resolution: Won't Fix
> Hadoop suppor, error in building class path.
> --------------------------------------------
>
> Key: KAFKA-426
> URL: https://issues.apache.org/jira/browse/KAFKA-426
> Project: Kafka
> Issue Type: Bug
> Components: contrib
> Affects Versions: 0.7.1
> Environment: Cloudera 4
> Reporter: Ryan McNulty
> Priority: Minor
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> When running contrib/hadoop-consumer/run-class.sh
> Issues arise due to not all jars being included in the class path.
> Fix by adding to run-class.sh:
> 'for file in $base_dir/core/lib_managed/scala_2.8.0/compile*.jar
> do
> CLASSPATH=$CLASSPATH:$file
> done'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)