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

Chris Burroughs updated KAFKA-81:
---------------------------------

    Fix Version/s: 0.7
       Issue Type: Bug  (was: New Feature)

I have not had a change to work on this.  I still intended to, but anyone else 
should feel free to grab it since we can't release with this.
                
> 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.7
>
>
> 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to