Hive installation on Linux

0 votes
Please guide me with the steps to install Hive on Linux System. Thank in advance!
Feb 28, 2019 in Big Data Hadoop by Rohit
991 views

1 answer to this question.

0 votes

Download hive from: http://www.apache.org/dyn/closer.cgi/hive/

Extract the files using terminal:

$ cd Downloads

$ tar -xvf apache-hive-3.1.1-bin.tar.gz

Edit the “.bashrc” file to update the environment variables for user.

$ cd ..

$ nano .bashrc

Add the following entries:

export HIVE_HOME=/home/edureka/Downloads/apache-hive-3.1.1-bin

export PATH=$PATH:/home/edureka/Downloads/apache-hive-3.1.1-bin/bin

Save and exit the file.

And run the below command to update the environment variables:

$ source .bashrc

Now to verify installation, run this command:

$ hive --version

This will print the version of Hive installed.

answered Feb 28, 2019 by Mahesh

Related Questions In Big Data Hadoop

0 votes
1 answer

Sqoop installation on Linux

Before installing Sqoop, make sure Hadoop is ...READ MORE

answered Feb 26, 2019 in Big Data Hadoop by Suman
5,157 views
0 votes
1 answer

Sqoop installation on Linux

Before installing Sqoop, make sure Hadoop is ...READ MORE

answered Feb 26, 2019 in Big Data Hadoop by Kriti
985 views
+1 vote
1 answer

Hadoop Installation Issue on Windows

Below is the main error you are ...READ MORE

answered Mar 26, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
5,748 views
0 votes
1 answer

How to install Hive on Windows Operating System?

First, download Hive from the following link: http://www.apache.org/dyn/closer.cgi/hive/ Next, ...READ MORE

answered Feb 27, 2019 in Big Data Hadoop by Kirti
14,531 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,617 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,215 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,897 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,292 views
0 votes
1 answer

Hadoop installation issue on fedora 24

type jps and check whether namenode and datanode is ...READ MORE

answered Jan 24, 2019 in Big Data Hadoop by Frankie
• 9,830 points
608 views
0 votes
1 answer

How to install Flume on Linux?

All you have to do is get ...READ MORE

answered Feb 26, 2019 in Big Data Hadoop by Rishi
3,958 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