yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.5k forks source link

should provide a bin tar for kafka-manager #653

Open boweite opened 5 years ago

boweite commented 5 years ago

Kafka-manager should provide the bin package. Like other open source software, it supports direct installation, deployment, and running.

linehrr commented 5 years ago

https://hub.docker.com/r/kafkamanager/kafka-manager this is one way to do it.

seanb4t commented 5 years ago

Seems to me that adoption/usage/contribution rates would increase if it were actually easier to install and use. Providing a pre-built 'official' docker image and binaries ( zip/tar, etc ) would go a long way towards that.

disizmj commented 5 years ago

I have uploaded the build files, RPM and DEB packages https://github.com/disizjay/kafka-manager

Shreyanshupare commented 5 years ago

I am not getting how to run kafka-manager? bin is not there so.

disizmj commented 5 years ago

That's why I've built this repo with bin https://github.com/disizjay/kafka-manager

Shreyanshupare commented 5 years ago

After Install not able to run bin/kafka-manager its showing command not found. Any different process to Run?

disizmj commented 5 years ago

Go to bin directory and directly run ./kafka-manager

Shreyanshupare commented 5 years ago

-rw-rw-r-- 1 abc abc 14826 Jun 23 23:46 kafka-manager

Whether need to change permission? because after running your command it is showing command not found

disizmj commented 5 years ago

Provide exec permissions

chmod +x kafka-manager

Shreyanshupare commented 5 years ago

Thanks, Now working fine.

disizmj commented 5 years ago

Cool.

joshuamzm commented 5 years ago

https://hub.docker.com/r/kafkamanager/kafka-manager this is one way to do it.

First of all, thank you @patelh, @linehrr and any other contributor I missing in this message. Kafka Manager seems like a de-facto OSS monitoring tool for Kafka clusters.

Getting to the point, it's awesome you did bring KM into Docker Hub with the project organization. But, there are two points worrying me about it:

Thank you again guys! This is awesome work! I have some question not related to this thread though, I'll open a new issue to discuss them there.

linehrr commented 5 years ago

@jomendoz thanks for pointing out those issues, and you are right, documentation indeed needs to be worked on. If you want to make PR to improve README file, it's very appreciated. and regarding dockerhub, if you like, I can make you one of the maintainers so we can improve the site together. You just need to give me your dockerhub username.

joshuamzm commented 5 years ago

@linehrr

Sure! I won't commit on actually be a maintainer but I can contribute on redaction. My docker hub handler is the same, jomendoz

On Thu, Aug 22, 2019, 20:32 linehrr notifications@github.com wrote:

@jomendoz https://github.com/jomendoz thanks for pointing out those issues, and you are right, documentation indeed needs to be worked on. If you want to make PR to improve README file, it's very appreciated. and regarding dockerhub, if you like, I can make you one of the maintainers so we can improve the site together. You just need to give me your dockerhub username.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yahoo/kafka-manager/issues/653?email_source=notifications&email_token=ACOPCINA3LIIKAIPHH2FQ6LQF44Z7A5CNFSM4HWPZYEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD463LMQ#issuecomment-524137906, or mute the thread https://github.com/notifications/unsubscribe-auth/ACOPCINBX2MVTPN2WIE5WVTQF44Z7ANCNFSM4HWPZYEA .

linehrr commented 5 years ago

@jomendoz added.