forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
4.6 KiB
4.6 KiB
Stopping or Uninstalling the Flume Client
Scenario
You can stop and start the Flume client or uninstall the Flume client when the Flume data ingestion channel is not required.
Procedure
- Stop the Flume client of the Flume role.
Assume that the Flume client installation path is /opt/FlumeClient. Run the following command to stop the Flume client:
cd /opt/FlumeClient/fusioninsight-flume-Flume component version number/bin
./flume-manage.sh stop
If the following information is displayed after the command execution, the Flume client is successfully stopped.
Stop Flume PID=120689 successful..
- Uninstall the Flume client of the Flume role.
Assume that the Flume client installation path is /opt/FlumeClient. Run the following command to uninstall the Flume client:
cd /opt/FlumeClient/fusioninsight-flume-Flume component version number/inst
./uninstall.sh
Parent topic: Using Flume