Created on 04-10-2016 08:24 PM - edited 09-16-2022 03:13 AM
Hi, I am fairly new to CDH installations. Last week I managed to install CDH 5.5.2 on one of my Linus box with the Free License using Cloudera Parcels. I am trying to perform a POC hence I have only one host and all my services are running on the same machine.
Now I have a task to install Kafka and implement a real time streaming use case. The problem that I have here is I need to Install Kafka. I had gone through the Cloudera Documentation in the below link:
http://www.cloudera.com/documentation/kafka/1-3-x/topics/kafka_installing.html
But then I having issues with the CDH version that I have on my system and the parcel that is available for the download in CLoudera Manager. It is clearly mentioned in the link: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_parcels.html#concept_vwq_421_yk... that you will get an error if the version that you are trying to download is not supported with with CDH version that you have on the system. But at the same time they have not given any resolution for it.
I get the below error message:
Error while downloading parcel KAFKA-2.0.0-1.kafka2.0.0.p0.12-el6.parcel : Parcel KAFKA-2.0.0-1.kafka2.0.0.p0.12-el6.parcel not found on remote repository..
I understand that CDH 5.5.2 supports only Kafka 1.x but then the Cloudera manger is trying to download Kafka 2.x and that is the reason for the above error. But how to resolve this issue. I am fine with having Kafka 1.x but I need some expert advise here on how to do it. Please help. Thank you.
Created on 04-11-2016 11:26 AM - edited 04-12-2016 09:29 AM
I think that if you edit your parcel repository URL to reflect 1.4, it should work:
Created 04-11-2016 10:49 AM
In order to install Kafka 2.0, Cloudera Manager 5.5.3 and higher must be installed first. Even the "Express" version of CM (which is free) will suffice for that task.
Created 04-11-2016 10:52 AM
Created on 04-11-2016 11:26 AM - edited 04-12-2016 09:29 AM
I think that if you edit your parcel repository URL to reflect 1.4, it should work:
Created 04-18-2016 07:34 AM
Hey jkestelyn... Thank you very much.. It worked fine 🙂