14.2. 下载 Cruise Control 归档
可以从红帽客户门户网站下载 Cruise Control for AMQ Streams on Red Hat Enterprise Linux 的一个压缩版本。
流程
- 从 红帽客户门户网站 下载最新版本的 Red Hat AMQ Streams Cruise Control 归档。
创建
/opt/cruise-control
目录:sudo mkdir /opt/cruise-control
sudo mkdir /opt/cruise-control
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 将 Cruise Control ZIP 文件的内容提取到新目录中:
unzip amq-streams-y.y.y-cruise-control-bin.zip -d /opt/cruise-control
unzip amq-streams-y.y.y-cruise-control-bin.zip -d /opt/cruise-control
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 将
/opt/cruise-control
目录的所有权更改为kafka
用户:sudo chown -R kafka:kafka /opt/cruise-control
sudo chown -R kafka:kafka /opt/cruise-control
Copy to Clipboard Copied! Toggle word wrap Toggle overflow