rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 307 forks source link

kafka/bin/zookeeper-server-status.sh not found #61

Closed paulozip closed 5 years ago

paulozip commented 6 years ago

I'm trying to test Kafka installation in my Vagrant instance, but when I try to run the code provide in the video (kafka/bin/zookeeper-server-status.sh), I got an directory not found error. Where's this directory?

robnoflop commented 6 years ago

Take a look at https://github.com/rjurney/Agile_Data_Code_2/pull/62. Perhaps that resolves your problem.

paulozip commented 6 years ago

Hey rob. I think it will. What script should I run to install Kafka after this commit?

robnoflop commented 6 years ago

Agile_Data_Code_2/bootstrap.sh or for clean setup delete the machine and run vagrant up again.

paulozip commented 6 years ago

Hi, Rob. It didn't work. :(

paulozip commented 6 years ago

Hi, Rob. What else can I do to fix this issue?

rjurney commented 6 years ago

@paulozip @robnoflop Looking at this now...

paulozip commented 6 years ago

@rjurney Thank you, Russel! :D

rjurney commented 6 years ago

@paulozip That command is missing from the latest Kafka. I think you can get by without running it. Can you try to proceed without it?

paulozip commented 6 years ago

Hey @rjurney. I think I can. Will the rest of the process be concluded successfully even without this specific installation?

rjurney commented 5 years ago

Stale.