Help Center> MapReduce Service> Troubleshooting> Using Flume> Failed to Install a Flume Client
Updated on 2023-11-30 GMT+08:00

Failed to Install a Flume Client

Symptom

A Flume client fails to be installed, and "JAVA_HOME is null" or "flume has been installed" is displayed.

CST 2016-08-31 17:02:51 [flume-client install]: JAVA_HOME is null in current user,please install the JDK and set the JAVA_HOME
CST 2016-08-31 17:02:51 [flume-client install]: check environment failed.
CST 2016-08-31 17:02:51 [flume-client install]: check param failed.
CST 2016-08-31 17:02:51 [flume-client install]: install flume client failed.
CST 2016-08-31 17:03:58 [flume-client install]: flume has been installed
CST 2016-08-31 17:03:58 [flume-client install]: check path failed.
CST 2016-08-31 17:03:58 [flume-client install]: check param failed.
CST 2016-08-31 17:03:58 [flume-client install]: install flume client failed.

Cause Analysis

  • Environment variables are checked during Flume client installation. If no Java is available, an error message is displayed and the installation quits.
  • The Flume client has been installed in the specified directory.

Solution

  1. Run the following command if an error message is displayed stating "JAVA_HOME is null":

    export JAVA_HOME=Java path

    Set JAVA_HOME and execute the installation script again.

  2. If a Flume client has been installed under the specified directory, uninstall the client and use another directory.