org.apache.hadoop.hbase.exceptions.ConnectionClosingException
问题:
利用HQL语句创建hbase 表时,出现异常。
# Hive中的表名test_tb
CREATE TABLE test_tb(key int, value string)
# 指定存储处理器
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
# 声明列族,列名
WITH SERDEPROPERT...
原创
2018-10-29 15:42:54 ·
7599 阅读 ·
1 评论