You are on page 1of 1

Used for analysis of log fies

Flume
-----
Flume a hadoop exosystem software used for Streamning (getting) the logs files from
applications into HDFS

Flume has 3 components


-----------------------
1)Source
2)Channel
3)Sink

Source is from where the logs are coming


Channel is also called Pipe. from which the data will be flowing
Sink is the target location wehere we are going to store the Logs

flume.conf file is where we specify the source, channel and sink


----------
Execute flume.conf file

Example-1
==================================

Step 1: Download flume-1.0.SNAPSHOT.jar and copy it into

You might also like