Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

installing confluent on HDP 2.4

avatar
New Member

how to install Confluent for Kafka Streams on HDP 2.4 can anyone provide me anyhelp on it @Benjamin Leonhardi

1 ACCEPTED SOLUTION

avatar
@Naresh Ar

HDP started shipping Kafka from 0.8.1 (HDP-2.2) and HDP-2.4 we shipped kafka 0.9.0.1 . Kafka Streams became GA in apache kafka 0.10.0 release and it will be part of upcoming HDP-2.5 release. You don't need any other kafka streams packages you can access them from here

http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka-streams/ . As you can these are 0.9.0.1 release artifacts I advise you to wait for HDP-2.5 release which will contain most stable streams binaries.

View solution in original post

3 REPLIES 3

avatar
@Naresh Ar

HDP started shipping Kafka from 0.8.1 (HDP-2.2) and HDP-2.4 we shipped kafka 0.9.0.1 . Kafka Streams became GA in apache kafka 0.10.0 release and it will be part of upcoming HDP-2.5 release. You don't need any other kafka streams packages you can access them from here

http://repo.hortonworks.com/content/groups/public/org/apache/kafka/kafka-streams/ . As you can these are 0.9.0.1 release artifacts I advise you to wait for HDP-2.5 release which will contain most stable streams binaries.

avatar
New Member

Actually i thought of implementing the below link on HDP so wanted to give a try

http://www.confluent.io/blog/how-to-build-a-scalable-etl-pipeline-with-kafka-connect

if we can make it out without using that could you explain the procedure @Sriharsha Chintalapani

avatar
New Member

that's kafka connect, not kafka streams.. think you can get away with HDP 2.4 for that.