1 Star 1 Fork 4

枫灵/hadoop教学

forked from wm2325838056/hadoop教学 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
kafka_cli.txt 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
启动服务
zookeeper-server-start.sh config/zookeeper.properties
kafka-server-start.sh config/server.properties
创建topic
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
展示topic
bin/kafka-topics.sh --list --zookeeper localhost:2181
描述topic
bin/kafka-topics.sh --describe --zookeeper localhost:2181 --topic test
生产者:
bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test
消费者:
bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginnin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fengling001/hadoopJiaoXue1.git
git@gitee.com:fengling001/hadoopJiaoXue1.git
fengling001
hadoopJiaoXue1
hadoop教学
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385