Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install and configure apache flume? [closed]

Tags:

flume

Am new in the Apache Flume. I need to install the flume on top of the HDFS cluster environment. I did Google it, all are saying using the cloudera distribution but I need to install and configure from the source.

So can anyone please suggest me, where to start and how to customize the flume agent and sink services?

like image 635
venkat Avatar asked Jan 05 '13 09:01

venkat


2 Answers

I have just installed Apache Flume 1.3 on Ubuntu.

You need to download the binary zip for your OS, extract it and create a config file which is similar to properties file in Java.

The installation and running of agents is a dumb/easy process, just read this

like image 50
Kaliyug Antagonist Avatar answered Oct 21 '22 07:10

Kaliyug Antagonist


installation steps

#step1
goto http://flume.apache.org/download.html

#click following link
apache-flume-1.4.0-bin.tar.gz

http://apache.mesi.com.ar/flume/1.4.0/apache-flume-1.4.0-bin.tar.gz

#Download apache-flume by double clicking on the above link

tar -xvzf   apache-flume-1.4.0-bin.tar.gz
mv apache-flume-1.4.0-bin.tar.gz flume
chown -R hduser:hadoop flume

#go to flume conf  path

../../flume/conf
vi  flume-env.sh.template

#mention  JAVA Path
#mantion flume Classpath
like image 39
mahantesh kumbar Avatar answered Oct 21 '22 07:10

mahantesh kumbar