modify ddl and configuration template directory
This commit is contained in:
6
tsg_olap/installation/hbase/HBase建表语句_TSG
Normal file
6
tsg_olap/installation/hbase/HBase建表语句_TSG
Normal file
@@ -0,0 +1,6 @@
|
||||
create_namespace 'dos'
|
||||
create_namespace 'tsg_galaxy'
|
||||
|
||||
create 'tsg_galaxy:saved_query_result', {NAME => 'response', VERSIONS => 1,COMPRESSION => 'GZ',IS_MOB => true, MOB_THRESHOLD => 0}, {NAME => 'detail',COMPRESSION => 'GZ',VERSIONS => 1}
|
||||
|
||||
create 'dos:ddos_traffic_baselines', 'TCP SYN Flood','UDP Flood','ICMP Flood','DNS Flood'
|
||||
3
tsg_olap/installation/hbase/Phoenix建表语句_TSG.sql
Normal file
3
tsg_olap/installation/hbase/Phoenix建表语句_TSG.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE schema IF NOT EXISTS "tsg_galaxy";
|
||||
|
||||
CREATE view IF NOT EXISTS "tsg_galaxy"."saved_query_result"( ROWKEY VARCHAR PRIMARY KEY, "detail"."excute_sql" VARCHAR, "detail"."read_rows" UNSIGNED_LONG, "detail"."result_id" UNSIGNED_INT, "response"."result" VARCHAR);
|
||||
Reference in New Issue
Block a user