2.Install

1.Download Kafka Eagle

2.Extract Kafka Eagle

Here we extract to /data/soft/new directory and extract, as shown below:

tar -zxvf kafka-eagle-${version}-bin.tar.gz

If you have installed the version before, delete the modified version, and rename the current version, as shown below:

rm -rf kafka-eagle
mv kafka-eagle-${version} kafka-eagle

3.Configure Kafka Eagle profile

vi /etc/profile

export KE_HOME=/data/soft/new/kafka-eagle
export PATH=$PATH:$KE_HOME/bin

Then, we use the . /etc/profile to enable the configuration to take effect immediately.

4.Configure Kafka Eagle system-config file

5.Start Kafka Eagle

As shown in the following figure:

ke_bash

Last updated

Was this helpful?