How to install Flume on Linux

0 votes

Please tell me how to install Flume on Linux, preferably on Ubuntu Machine.

Feb 26, 2019 in Big Data Hadoop by Kiran
3,903 views

1 answer to this question.

0 votes

All you have to do is get the files and add path.

Download the file from here:

http://www.apache.org/dyn/closer.lua/flume/1.6.0/apache-flume-1.6.0-bin.tar.gz

Then extract the files.

Open the terminal and run the following commands

$ cd Downloads

$ tar -xvf apache-flume-1.6.0-bin.tar.gz

Now we need to add path in the bashrc file.

$ cd

$ nano .bashrc

Now add the following entries:

export FLUME_HOME=/home/edureka/Download/apache-flume-1.6.0-bin/

export PATH=$PATH:$FLUME_HOME/bin/

Now you have to reload the .bashrc. file

$ source .bashrc

To confirm the installation, run the below command:

$ flume-ng --help
answered Feb 26, 2019 by Rishi

Related Questions In Big Data Hadoop

0 votes
1 answer

How to install HBase on Linux?

To install Hbase, you first need the ...READ MORE

answered Feb 27, 2019 in Big Data Hadoop by Tanisha
4,141 views
0 votes
1 answer

How to install Hadoop on Ubuntu?

You can refer to this blog by ...READ MORE

answered Mar 21, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,188 views
0 votes
1 answer

How to install scala on Ubuntu?

You can install Scala using apt-get using the ...READ MORE

answered Feb 19, 2019 in Big Data Hadoop by Omkar
• 69,210 points
937 views
0 votes
1 answer

How to install Hadoop on Windows system?

First you need to download Hadoop files. ...READ MORE

answered Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,210 points
2,958 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,555 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,184 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,185 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
0 votes
1 answer

I want to install snappy on Hadoop 1.2.1. How do I do that?

As per Cloudera, if you install hadoop ...READ MORE

answered Dec 11, 2018 in Big Data Hadoop by Frankie
• 9,830 points
816 views
0 votes
1 answer

How to install Scala on Centos?

Maybe you don't have the install point ...READ MORE

answered Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,210 points
2,474 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP