简体   繁体   English

如何配置Yahoo Kafka-manager?

[英]How to configure Yahoo Kafka-manager?

I want to setup kafka-manager by Yahoo. 我想通过Yahoo设置kafka-manager While starting with this command: ./sbt clean dist . 从以下命令开始时: ./sbt clean dist I'm getting below console message but nothing else. 我收到以下控制台消息,但没有别的。 I've also downloaded the required jar(sbt-launcher). 我还下载了所需的jar(sbt-launcher)。 Please help. 请帮忙。

Getting org.scala-sbt sbt 0.13.9 ...

I believe there is nothing wrong with this. 我相信这没有错。 Allow some time and the build will proceed normally, once the dependencies are downloaded. 等待一些时间,一旦下载了依赖项,构建将正常进行。 To verify this, you can run sbt in verbose mode using -v option and you will be able to see dependencies which are being downloaded and are not visible. 为了验证这一点,您可以使用-v选项在详细模式下运行sbt ,您将能够看到正在下载的依赖项以及不可见的依赖项。

Instead of running sbt in verbose mode, you can also have a look at the update log by running 除了以详细模式运行sbt ,您还可以通过运行以下命令查看更新日志

$ tail -f $HOME/.sbt/boot/update.log 

It requires internet connection on your machine where you want to build it, because there are lot more scala dependencies to be downloaded up on build command (./sbt clean dist). 它需要在要构建计算机的机器上建立Internet连接,因为在构建命令(./sbt clean dist)上需要下载更多的scala依赖项。 It has taken around 2 hrs to download all the jars.And finally it works for me. 下载所有jar大约花了2个小时,最后对我有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM