Flume-1.7.0-Installation Guide-On-Hadoop-2.x.x.

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

FLUME – 1.7.

0 INSTALLATION GUIDE
ON HADOOP-2.X.X
By. Mr. Gopal Krishna
Sr.Hadoop Architect
CCA 175-Spark and Hadoop Certified Consultant

STEP 1: Download apache-flume-1.7.0-


bin.tar.gz from Apache Mirrors website
http://apache.mirrors.tds.net/flume/1.7.0/

STEP 2: Place the Downloaded TARBALL in


‘INSTALL’ directory [Path:
/home/gopalkrishna/INSTALL]

STEP 3: Extract the Downloaded TARBALL


using below command
tar -xzvf apache-flume-1.7.0-bin.tar.gz
STEP 4: After tarball extraction, we will get
below directory apache-flume-1.7.0-bin/

STEP 5: Update the FLUME_HOME & PATH


Variables in bashrc file (command: nano ~/.bashrc)
# Below 2 lines we have to add for FLUME Installation

export FLUME_HOME=/home/gopalkrishna/INSTALL/apache-flume-1.7.0-binexport
PATH=$PATH:$FLUME_HOME/bin
STEP 6: To check the bashrc changes, open a new
terminal and type ‘echo $FLUME_HOME’ command

STEP 7: To Know the Installed Version of Flume

Command: flume-ng version

You might also like