Re: kafka-run-class can not launch ConsumerGroupCommand in 0.9

2015-12-31 Thread Guozhang Wang
Han, It's kafka.admin.ConsumerGroupCommand, you can also use bin/kafka-consumer-groups.sh Guozhang On Thu, Dec 31, 2015 at 6:23 AM, Han JU wrote: > Hi, > > I'm trying to check the offset of a consumer group with the new consumer > API. But it seems that kafka-run-class cannot launch > `Consume

kafka-run-class can not launch ConsumerGroupCommand in 0.9

2015-12-31 Thread Han JU
Hi, I'm trying to check the offset of a consumer group with the new consumer API. But it seems that kafka-run-class cannot launch `ConsumerGroupCommand`. bin/kafka-run-class.sh kafka.tools.ConsumerGroupCommand --zookeeper localhost:2181 --group my-group >> Error: Could not find or load main class