我安装了融合社区平台Manual Install using Systemd on Ubuntu and Debian
我可以开始
sudo systemctl start confluent-zookeeper
sudo systemctl start confluent-kafka
...
但是我的融合路径在哪里?
我没有融合的cli
请帮助
答案 0 :(得分:1)
为汇合设置弹性搜索时,我遇到了同样的问题。在我的系统中,/ usr / bin充当/ bin,其余设置成功。因此,如果在Ubuntu和Debian上使用Systemd进行手动安装,请尝试使用/ usr作为融合路径。
答案 1 :(得分:0)
您可以手动安装Confluent CLI:
curl -L https://cnfl.io/cli | sh -s -- -b /<path-to-directory>/bin
运行此脚本以安装Confluent CLI。此命令创建一个
bin
目录位于您指定的位置(<path-to-directory>/bin
)。 该位置必须在您的PATH
中(例如/usr/local/bin
)。