2016-11-08 182 views

回答

1

這裏是一個急性子的快速啓動:

下載並安裝蜂巢到同一個目錄,在這裏你已經安裝了Hadoop的(例如,如果Hadoop是在/ opt/Hadoop的,蜂巢應該是在/ opt /蜂巢):

wget http://apache.rediris.es/hive/hive-2.1.0/apache-hive-2.1.0-bin.tar.gz 
tar -xvf apache-hive-2.1.0-bin.tar.gz 
mv apache-hive-2.1.0-bin hive 
cd hive 

生成德比metastore

bin/schematool -dbType derby -initSchema 

啓動蜂巢:

bin/hive 

配置單元文件確實有幫助:https://cwiki.apache.org/confluence/display/Hive/GettingStarted

+0

錯誤XBM0H:目錄/ opt /蜂巢/ metastore_db無法創建 - 收到此錯誤 – Sushil