This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
组长(Master)N名 ,每个任务按 任务ID%N=第几个组长机进行执行下面的任务。
(1)生成关键帧 (一般速度较快)
(2)切开视频 (一般速度较快)
(3)生成待转码视频任务
组员(处理机)M(名)
(1)
创建topic
/usr/local/kafka/bin/kafka-topics.sh --create --zookeeper 127.0.0.1:2181 --partitions 3 --replication-factor 1 --topic test
删除topic
/usr/local/kafka/bin/kafka-topics.sh --delete --zookeeper 127.0.0.1:2181 --topic test