Skip to content

Instantly share code, notes, and snippets.

@amitgaur
amitgaur / kafkasetup
Created June 20, 2014 22:07
Kafka Setup on EC2 Instance
curl -O http://www.scala-lang.org/files/archive/scala-2.10.4.tgz
tar xvf scala-2.10.4.tgz
curl https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz -O
tar zxvf kafka_2.10-0.8.1.tgz
export PATH=$PATH:$HOME/bin:/home/ec2-user/scala-2.10.4/bin:/home/ec2-user/kafka_2.10-0.8.1/bin
#Start Zookeeper