Re: kafka-producer-perf-test.sh help please

2014-05-23 Thread Chris Neal
Hi Joel, Thanks for the prompt reply. gradlew jar and gradelw perf:jar seems to have gotten me what I needed: Again, thanks for your time. Chris On Fri, May 23, 2014 at 2:46 PM, Joel Koshy wrote: > > The producer performance class is not included in the binary release. > You can build it from

Re: kafka-producer-perf-test.sh help please

2014-05-23 Thread Joel Koshy
The producer performance class is not included in the binary release. You can build it from the source release (as you attempted) - although you need to use gradle. Just run "./gradlew jar" - you can see the README.md file for more information. Joel On Fri, May 23, 2014 at 02:17:21PM -0500, Chris

kafka-producer-perf-test.sh help please

2014-05-23 Thread Chris Neal
Hi everyone. Looking for some help running the Kafka performance testing shell script. First got the NoClassDefFound error, and then built from src from these instructions: wget http://archive.apache.org/dist/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz tar -xvf kafka-0.8.1.1-src.tgz cd kafka-0.8.1.1-src