Created on 09-08-2016 03:39 AM - edited 09-16-2022 03:38 AM
hi, I installed CDH and CM from packages since my cluster doesn't have internet access, I went to replicate the kafka repo locally and found that the latest version for centos 7.2 is kafka 0.8.2, the parcel has 0.9.
I tried installing from the parcel using /opt/cloudera/parcel-repo but when installing it says:
This role requires the following additional parcels to be activated before it can start: [cdh].
This means I have to install cdh from parcels to make it run?
Will it introduce any problem migrating cdh from packages to parcels at this point?
Is it just that parcel or will it become a chain of dependencies I have to download and replicate locally in parcel-repo?
Is there a timeline or intentions to update the repo version of kafka to 0.9?
Created 09-08-2016 03:53 AM
Created 09-08-2016 03:53 AM
Created 09-08-2016 04:07 AM
I was using this repo http://archive.cloudera.com/kafka/redhat/7/x86_64/kafka/cloudera-kafka.repo which contains an outdated path (baseurl=http://archive.cloudera.com/kafka/redhat/7/x86_64/kafka/1/)
I changed it to point to 2.0.2 and I got kafka 0.9
thanks!