Help Center> MapReduce Service> Component Operation Guide (LTS)> Using Flume> Using the Encryption Tool of the Flume Client
Updated on 2023-04-28 GMT+08:00

Using the Encryption Tool of the Flume Client

Scenario

You can use the encryption tool provided by the Flume client to encrypt some parameter values in the configuration file.

Prerequisites

The Flume client has been installed.

Procedure

  1. Log in to the Flume client node and go to the client installation directory, for example, /opt/FlumeClient.
  2. Run the following command to switch the directory:

    cd fusioninsight-flume-Flume component version number/bin

  3. Run the following command to encrypt information:

    ./genPwFile.sh

    Input the information that you want to encrypt twice.

  4. Run the following command to query the encrypted information:

    cat password.property

    If the encryption parameter is used for the Flume server, you need to perform encryption on the corresponding Flume server node. You need to run the encryption script as user omm for encryption.