Created 06-20-2016 11:45 AM
how to install Confluent for Kafka Streams on HDP 2.4 can anyone provide me anyhelp on it @Benjamin Leonhardi
Created 06-20-2016 07:02 PM
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.
Created 06-20-2016 07:02 PM
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.
Created 06-21-2016 03:32 AM
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
Created 07-13-2016 04:43 PM
that's kafka connect, not kafka streams.. think you can get away with HDP 2.4 for that.