码迷,mamicode.com
首页 > 其他好文 > 详细

Kafka partitions 迁移

时间:2019-08-02 16:41:04      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:lis   json   ambari   exe   out   usr   file   pre   read   

echo ‘{"topics":[{"topic": "test1"},{"topic":"test2"}], "version":1}‘ >ready-move-topics.json /usr/hdp/current/kafka-broker/bin/kafka-reassign-partitions.sh --zookeeper agent01.ambari.com:2181,agent02.ambari.com:2181,server.ambari.com:2181/kafka --topics-to-move-json-file ready-move-topics.json --broker-list "1001,1002" --generate 将结果保存到 relayout-partitions.json 文件中 /usr/hdp/current/kafka-broker/bin/kafka-reassign-partitions.sh --zookeeper agent01.ambari.com:2181,agent02.ambari.com:2181,server.ambari.com:2181/kafka --reassignment-json-file relayout-partitions.json --execute /usr/hdp/current/kafka-broker/bin/kafka-reassign-partitions.sh --zookeeper agent01.ambari.com:2181,agent02.ambari.com:2181,server.ambari.com:2181/kafka --reassignment-json-file relayout-partitions.json --verify

Kafka partitions 迁移

标签:lis   json   ambari   exe   out   usr   file   pre   read   

原文地址:https://blog.51cto.com/784687488/2425954

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!