Created
April 10, 2017 13:28
-
-
Save Hamada92/24f9f521bdf2bac7830c5b3f1cd81dac to your computer and use it in GitHub Desktop.
Kafka 0.8 and Zookeeper installation on El Capitan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
visit https://kafka.apache.org/downloads | |
download 0.8.0 Release (Binary Download) | |
cd /tmp | |
cp ~/Downloads/kafka_2.8.0-0.8.0.tar.gz . | |
tar -zxvf kafka_2.8.0-0.8.0.tar.gz -C /usr/local/ | |
sbt update | |
sbt package | |
cd /usr/local/kafka_2.8.0-0.8.0 | |
bin/zookeeper-server-start.sh config/zookeeper.properties | |
bin/kafka-server-start.sh config/server.properties | |
PROFIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment