14.2. 下载 Cruise Control
可以从红帽网站下载 Cruise Control 的 ZIP 文件发布。您可以从 AMQ Streams 软件下载页面 下载最新版本的 Red Hat AMQ Streams。
流程
- 从 红帽客户门户网站 下载最新版本的 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-<version>-cruise-control-bin.zip -d /opt/cruise-control
unzip amq-streams-<version>-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