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
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
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.
ReplyDeleteThanks Venu, Here I explained only basic & fast installation of hive, and I will update it later with advance settings.
ReplyDelete