Skip to content

Instantly share code, notes, and snippets.

@manigandand
Last active September 10, 2018 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manigandand/8397bcc1052f461d0923971672b131ce to your computer and use it in GitHub Desktop.
Save manigandand/8397bcc1052f461d0923971672b131ce to your computer and use it in GitHub Desktop.
Yahoo’s Kafka Manager Installation

Yahoo’s Kafka Manager Installation

Dependencies

Make sure that Java is installed

for SBT Installation

https://www.scala-sbt.org/download.html?_ga=2.245160197.1010337534.1536233338-1561563464.1536228361

NEXT

  1. git clone git@github.com:yahoo/kafka-manager.git
  2. cd kafka-manager
  3. sbt clean dist # long time consuming process
sudo mv target/universal/kafka-manager-1.1.zip ~/
cd ~/
unzip kafka-manager-1.1.zip
rm kafka-manager-1.1.zip

tutorials links:

  1. http://edbaker.weebly.com/blog/install-and-evaluation-of-yahoos-kafka-manager
  2. https://medium.com/@FrissonAI/yahoos-kafka-manager-installation-82fdc4bd1222
  3. http://chennaihug.org/knowledgebase/yahoo-kafka-manager/

https://github.com/ldaniels528/trifecta/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment