How to install apache hive | Hive Installation

                     Hive Installation:



1. untar file
tar -zxvf filename

2. go inside and export JAVA_HOME, HADOOP_HOME
export JAVA_HOME=/home/user/jdk1.7-45
export HADOOP_HOME=/home/user/hadoop-1.2.1

3. start hive
bin/hive

4. show databses
show tables

Comments

  1. Thanks to share mr D kumar, but in this Hive tutorial, you have missed advanced concepts like mysql integration and configure in site.xml and many more in this way it s not working properly. pls share another post or share video tutorial pls.

    ReplyDelete
  2. Thanks Venu, Here I explained only basic & fast installation of hive, and I will update it later with advance settings.

    ReplyDelete

Post a Comment

Popular posts from this blog

Setup Nginx as a Reverse Proxy for Thingsboard running on different port/server

How to auto re-launch a YARN Application Master on a failure.

Read JSON File in Cassandra