Hbase
Hbase语言:
truncate:disable the table + drop + recreate the table structure
truncate 'Student'
#就是格式化表结构,重新创建表
create:create a table
create 'Student','Info','Edu'
create 'Employee',{NAME=>'Per_Info',VERSIONS=>4},{MA<E=>'Edu_Info',VERSIONS=>
原创
2020-11-19 15:00:08 ·
138 阅读 ·
0 评论