How to configure kafka with cloudera Part-1
In section you will able to learn how to configure kafka with cloudera using parcels and Csd
Step 1: ssh cloudera manager host and be the root user
sudo -i
cd /opt/cloudera/csd
Download CSD file (choose version according to requirement)
wget http://archive.cloudera.com/csds/kafka/KAFKA-1.2.0.jar
Set file ownership to cloudera-scm
chown cloudera-scm:cloudera-scm KAFKA-1.2.0.jar
Change permission as 644
chmod 644 KAFKA-1.2.0.jar
Restart Cloudera Management Serverices if your cluster below 5.3

Wait 2 minute cluster will come up
Click On Parcels Icon Upper Right Corner

In Parcel Page you will find Kafka Parcel

Download -> Distribute -> Activate

Now Goto Cloudera Manager and Add Kafka Service

Assign Kafka Broker and Gateways

Put All Brokers Hosts With Comma Seprated and Click Continue

Note: It Might Be Shown An Error Beacause Of Heap Size change heap size tat least 256 MB

Kafka Service Runnning Successfully

