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

0.9.0.2 sounds like a bug, I'd follow 0.8.2 @Michael Dennis Uanang

avatar
Super Collaborator

@Artem Ervits thanks for the quick reply.

Done a quick checking of kafka config on ambari.

And now I'm checking, 0.8.2 documentation.

On ambari, theres a parameter call "listeners=PLAINTEXT:///localhost:6667" on our kafka settings.

But when I check on 0.8.2 documentation/broke-config, there's no "listeners" option available, but available in 0.9.x documentation though.

avatar
Master Mentor
   hdp-select set kafka-broker version

avatar
Super Collaborator
@Neeraj Sabharwal

Actually we did the Rolling Upgrade for HDR-2.3.2.

avatar
Master Mentor

@Michael Dennis Uanang I did notice that and that's why you may have to run that statement

avatar
Super Collaborator

Thanks @Neeraj Sabharwal! You the man!

Do I still need to run the command manually? Sorry just need to clear it out. 🙂

avatar
Master Mentor

@Michael Dennis Uanang If version is not up to date the Yes 🙂

avatar
Super Collaborator

How can I verify if kafka is successfully updated after HDP rolling upgrade?