[ 
https://issues.apache.org/jira/browse/KAFKA-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561426#comment-13561426
 ] 

Neha Narkhede commented on KAFKA-731:
-------------------------------------

I ran quickstart, it worked properly on your patch. Since lib_managed is not 
there anymore, let's remove the following from kafka-run-class.sh

for file in $base_dir/core/lib_managed/scala-2.8.0/compile/*.jar;
do
  if [ ${file##*/} != "sbt-launch.jar" ]; then
    CLASSPATH=$CLASSPATH:$file
  fi
done
                
> ~/ivy2/cache should be a variable in the kafka-run-class bash script 
> ---------------------------------------------------------------------
>
>                 Key: KAFKA-731
>                 URL: https://issues.apache.org/jira/browse/KAFKA-731
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: packaging
>            Reporter: Joe Stein
>            Assignee: Joe Stein
>             Fix For: 0.8
>
>         Attachments: kafka-731.patch
>
>
> since this may be in different places people can easily change it

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