Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Kafka Version on HDP-2.3.2?

avatar
Super Collaborator

Hi ALL!

We upgraded our cluster from HDP-2.2.0 to HDP-2.3.2

From HDP site, HDP-2.3.2 includes Kafka 0.8.2

But from our ambari-2.2 (hdp 2.3.2), kafka version show 0.9.0.2.

When I check kafka lib folder from broker kafka lib show 0.8.2 kafka version.

Which config setup should I follow, 0.9.x or 0.8.2?

Thank you!

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Kafka version on HDP 2.3.2 is v0.8.2 as confirmed by Subhasis, Ratish and Dev from Hortonworks.

View solution in original post

13 REPLIES 13

avatar
Master Mentor

@Michael Dennis Uanang Try this

[root@sandbox ~]# rpm -qa | grep kafka

kafka_2_4_0_0_169-0.9.0.2.4.0.0-169.el6.noarch

ranger_2_4_0_0_169-kafka-plugin-0.5.0.2.4.0.0-169.el6.x86_64

[root@sandbox ~]#

or

[root@sandbox bin]# hdp-select | grep kafka

kafka-broker - 2.4.0.0-169

[root@sandbox bin]#

Also, run a validation test

"To verify that the Kafka daemon joined the cluster, create a topic and submit it to Kafka. Send a test message for that topic, and then validate that it was received by a consumer."

avatar
Super Collaborator

All brokers are all updated.

r6r41kafka.xxx | >> kafka-broker - 2.3.2.0-2950

r7r41kafka.xxx | >> kafka-broker - 2.3.2.0-2950

r8r41kafka.xxx | >> kafka-broker - 2.3.2.0-2950

Thanks again @Neeraj Sabharwal!

avatar
Super Collaborator

So is this kafka 0.8.2 or 0.9.0? Just want to clarify. 🙂

avatar
Super Collaborator

Kafka version on HDP 2.3.2 is v0.8.2 as confirmed by Subhasis, Ratish and Dev from Hortonworks.