我用Kafka时出错了 Error while executing topic command replication factor: 1 larger than available brokers: 0
当我试图创建一个主题时。
我通过修改配置文件找到了解决方案(创建kafka主题时出错-复制因子大于可用代理)
cp config/server.properties config/server-1.properties
cp config/server.properties config/server-2.properties)
但我的问题是我找不到配置文件 cp: config/server.properties: No such file or directory
有人能帮我怎么用mac上的终端找到它吗?
3条答案
按热度按时间m1m5dgzv1#
如果您使用的是hortonworks(现在的cloudera)hdp,它位于
/usr/hdp/2.6.4.0-91/kafka/conf
k4aesqcs2#
如果您使用的是来自confluent的docker图像,例如。
confluentinc/cp-enterprise-kafka
,它们位于/etc/kafka
.uqzxnwby3#
您可以在mac上使用locate kafka命令进行搜索。
在我的mac上,所有配置文件的位置都是。
/usr/本地/etc/Kafka/