1
我試圖在Hive上執行以下命令。執行Hive命令時出錯
CREATE TABLE tblHbase(key int, a int, b int,c bigint)
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,f:a,f:b,f:c")
TBLPROPERTIES("hbase.table.name"="tblHbase");
錯誤是: 錯誤元數據:MetaException(消息:org.apache.hadoop.hbase.MasterNotRunningException:10本試的次 我怎樣才能解決這個問題
HMaster沒有運行,可能有很多原因沒有太多的信息,很難弄明白。 –
http://projects.spring.io/spring-hadoop/#quick-start –
https://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html#DistributedCache –