Created 03-02-2016 02:55 AM
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!
Created 03-23-2016 12:29 AM
Kafka version on HDP 2.3.2 is v0.8.2 as confirmed by Subhasis, Ratish and Dev from Hortonworks.
Created 03-07-2016 02:59 AM
@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."
Created 03-07-2016 03:13 AM
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!
Created 03-16-2016 02:31 AM
So is this kafka 0.8.2 or 0.9.0? Just want to clarify. 🙂
Created 03-23-2016 12:29 AM
Kafka version on HDP 2.3.2 is v0.8.2 as confirmed by Subhasis, Ratish and Dev from Hortonworks.