Updated on 2022-02-22 GMT+08:00

Installing a DIS Flume Plugin

Prerequisites

PuTTY has been installed.

Procedure

  1. Log in to the remote Flume server using PuTTY or another remote login tool.
  2. Run the following command to navigate to the Flume installation directory:

    cd ${FLUME_HOME}

  3. Upload the dis-flume-plugin-X.X.X.zip installation package to this directory.
  4. Run the following command to decompress the installation package:

    unzip dis-flume-plugin-X.X.X.zip

  5. Run the following command to navigate to the directory where the package is decompressed:

    cd dis-flume-plugin

  6. Run the following command to execute the installation program:

    bash install.sh

    If the following information is displayed, the DIS Flume Plugin has been successfully installed in the ${FLUME_HOME}/plugin.d/dis-flume-plugin directory:

    Install dis-flume-plugin successfully.