Kafka错误:无法找到或加载主类org.apache.kafka.clients.tools.ProducerPerformance

时间:2014-07-16 12:30:49

标签: apache-kafka clj-kafka

我正在尝试按照以下针对Apache Kafka的文章运行性能测试

参考:

https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines

链接测试:https://gist.github.com/jkreps/c7ddb4041ef62a900e6c

但是当我跑这个时:

 bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance test7 50000000 100 -1 acks=1 bootstrap.servers=localhost:9092 buffer.memory=67108864 batch.size=8196

显示错误:

Error: Could not find or load main class org.apache.kafka.clients.tools.ProducerPerformance

是关于kafka版吗?或者我需要从其他地方下载课程?

我的 org.apache.kafka.clients.tools.ProducerPerformance 类在哪里?请建议..

2 个答案:

答案 0 :(得分:4)

ProducerPerformance的套餐名称已更改 org.apache.kafka.clients.toolsorg.apache.kafka.tools

有关详情,请查看我的答案,了解可能重复的question

答案 1 :(得分:1)

我认为您需要在运行此命令之前先构建项目..您可以使用official web site

中记录的sbt等构建工具