码迷,mamicode.com
首页 > 其他好文 > 详细

how to install hive

时间:2016-10-31 21:09:17      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ble   env   metal   down   tmp   mod   var   apache   hdfs   

1. download hive1.2.1 to /usr/local----------------->     apache-hive-1.2.1-bin.tar.gz

2. tar zxvf apache-hive-1.2.1-bin.tar.gz ---------->then there will be a directory apache-hive-1.2.1-bin

3. set envionmetal variable HIVE_HOME to this dir---->$HIVE_HOME =   /usr/local/apache-hive-1.2.1-bin/bin

4. create directory for hive on hdfs 

$ hdfs dfs -mkdir       /tmp
$ hdfs dfs -mkdir /user/hive/ $ hdfs
dfs -mkdir /user/hive/warehouse $ hdfs dfs -chmod g+w /tmp $ hdfs dfs -chmod g+w /user/hive
$ hdfs dfs -chmod g+w /user/hive/warehouse

 

how to install hive

标签:ble   env   metal   down   tmp   mod   var   apache   hdfs   

原文地址:http://www.cnblogs.com/zhengchunhao/p/6017118.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!