We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c042 commit b8fc6bfCopy full SHA for b8fc6bf
hive/onhbase/create_external_test_table_dot.hive
@@ -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