From 52a1340df1c40bba8b665fa8c1a361ad6820eb49 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Wed, 3 Nov 2021 13:53:14 +0800 Subject: [PATCH] 21.11 hbase create_table sql --- TSG发布版本更新记录/TSG-21.11/hbase/create_table | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TSG发布版本更新记录/TSG-21.11/hbase/create_table diff --git a/TSG发布版本更新记录/TSG-21.11/hbase/create_table b/TSG发布版本更新记录/TSG-21.11/hbase/create_table new file mode 100644 index 0000000..9fcf1b9 --- /dev/null +++ b/TSG发布版本更新记录/TSG-21.11/hbase/create_table @@ -0,0 +1,4 @@ +create_namespace 'tsg_galaxy' + + +create 'tsg_galaxy:relation_account_framedip', {NAME => 'radius', VERSIONS => 1} \ No newline at end of file