[ 
https://issues.apache.org/jira/browse/KAFKA-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Stein updated KAFKA-81:
---------------------------

    Fix Version/s:     (was: 0.8)
                   0.8.1
    
> wrong path in bin/kafka-run-class.sh 
> -------------------------------------
>
>                 Key: KAFKA-81
>                 URL: https://issues.apache.org/jira/browse/KAFKA-81
>             Project: Kafka
>          Issue Type: Bug
>          Components: packaging
>    Affects Versions: 0.6
>            Reporter: Chris Burroughs
>             Fix For: 0.8.1
>
>
> https://github.com/kafka-dev/kafka/issues/28
> {{monospace}}
> I just downloaded the official 0.6 archive:
> https://github.com/downloads/kafka-dev/kafka/kafka-0.6.zip
> and tried starting zookeeper / kafka.
> The above archive will extract the deps into a dir called "libs", but in 
> bin/kafka-run-class.sh there's a loop to add the jars in "lib" to the 
> classpath:
> for file in $base_dir/lib/*.jar;
> do
>   CLASSPATH=$CLASSPATH:$file
> done
> It's a little more complicated then that. The tarball also places 
> kafka-0.6.jar in the root of the directory, where no scripts look. config 
> does not seem to have the log4j properties files, which makes zookeeper sad.
> {{monospace}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to