impala hive hbase 整合
hbaseala hive hbase 整合
hbase
在这里插入图片描述
1、habse 创建表
create 'test_info', 'info' 表名test_info 列族: info
2.hive中创建外部表 不支持impala
CREATE EXTERNAL TABLE sho.test_info(
user_id string,
user_type tinyint,
gender string,
birthday string)
ROW FORMAT SERDE 'org.apache.hadoop.hive.hbase.HBaseSerDe'
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
WITH SERDEPROPERTIES