yahoo / CMAK

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

looking for sbt 0.13.9 #558

Open jmreymond opened 6 years ago

jmreymond commented 6 years ago

I am running Redhat Release 7.4

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.4 (Maipo)
$ (kafka)/opt/kafka-manager-1.3.3.18
$ ./sbt clean dist
Downloading sbt launcher for 0.13.9:
  From  http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.9/sbt-launch.jar
    To  /home/kafka/.sbt/launchers/0.13.9/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /home/kafka/.sbt/launchers/0.13.9/sbt-launch.jar

But on https://www.scala-sbt.org/download.html, the oldest version is sbt 0.13.15 How to download 0.13.9 ? thanks for your tips

giabar commented 6 years ago

Hi, you could try this: https://github.com/sbt/sbt/releases/tag/v0.13.9

Did you consider to build/use it running Docker? Give it a try: https://github.com/giabar/gb-kafkamanager

ashishb888 commented 6 years ago

Could you please tell us how to use above link (https://github.com/sbt/sbt/releases/tag/v0.13.9)?

jmreymond commented 6 years ago

At home, without the corporate firewall, it is ok for building Kafka manager as simple as ./sbt clean dist . thanks a lot