赞
踩
1.点击Kafka Tool的官网www.kafkatool.com/download.html,点击linux版本的Download链接
2.进入到一个全是文本的页面,此为kafkatool.sh执行文件,ctrl + s 或者鼠标右键另存为把该文件保存到本地
3.用终端切换到kafkatool.sh所在目录,并执行以下命令
sudo sh ./kafkatool.sh
发现以下提示
- No suitable Java Virtual Machine could be found on your system.
- The version of the JVM must be at least 1.8 and at most 1.8.
- Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
- You can also try to delete the JVM cache file
翻译过来的意思是没有在你的系统找到合适的JVM,请定义一个INSTALL4J_JAVA_HOME或者清除掉JVM的缓存文件,这里采取后者,依次执行以下命令:
sysctl -w vm.drop_caches=1
sysctl -w vm.drop_caches=2
sysctl -w vm.drop_caches=3
4.重新执行命令
sudo sh ./kafkatool.sh
出现安装界面
到这里就是熟悉的操作啦,选择合适的路径next什么的,安装完成后在启动器搜索,出现以下界面
点击运行
到此kafka-tool已安装完成
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。