You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ryan McNulty (JIRA)" <ji...@apache.org> on 2012/07/31 11:25:40 UTC

[jira] [Created] (KAFKA-426) Hadoop suppor, error in building class path.

Ryan McNulty created KAFKA-426:
----------------------------------

             Summary: 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


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 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