Flume: Installation

Flume installation

Related addresses

  1. Flume official website address: http://flume.apache.org/
  2. Document viewing address: http://flume.apache.org/FlumeUserGuide.html
  3. Download address: http://archive.apache.org/dist/flume/

Install

  1. Upload apache-flume-1.9.0-bin.tar.gz to the /opt/software directory of Linux
    [atguigu@hadoop102 software]$ ll
    ……
    -rw-rw-r–. 1 atguigu atguigu 67938106 February 12 10 :09 apache-flume-1.9.0-bin.tar.gz

  2. Unzip apache-flume-1.9.0-bin.tar.gz to the /opt/module/ directory
    [atguigu@hadoop102 software]$ tar -zxf /opt/software/apache-flume-1.9.0-bin.tar.gz -C /opt/module/

  3. Modify the name of apache-flume-1.9.0-bin to flume
    [atguigu@hadoop102 module]$ mv /opt/module/apache-flume-1.9.0-bin /opt/module/flume

  4. Delete guava-11.0.2.jar in the lib folder to be compatible with Hadoop 3.1.3
    [atguigu@hadoop102 module]$ rm /opt/module/flume/lib/guava-11.0.2.jar

Guess you like

Origin blog.csdn.net/weixin_45427648/article/details/131840978