Skip to content
View amitgaur's full-sized avatar

Block or report amitgaur

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Kafka Setup on EC2 Instance Kafka Setup on EC2 Instance
    1
    curl -O http://www.scala-lang.org/files/archive/scala-2.10.4.tgz  
    2
    tar xvf scala-2.10.4.tgz
    3
    curl https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz -O
    4
    tar zxvf kafka_2.10-0.8.1.tgz 
    5