Skip to content

Commit b8fc6bf

Browse files
committed
add hive scripts for create external hbase dot table
1 parent d13c042 commit b8fc6bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE EXTERNAL TABLE if not exists hive_dot (key STRING, v1 STRING, v2 STRING) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:d1.f1,cf1:d1.f2") TBLPROPERTIES ("hbase.table.name"="test_dot");
2+

0 commit comments

Comments
 (0)