作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我必须在不同的集群中创建一个表,我只有 hbase 表的描述很方便。我如何在不同的集群中创建新的 hbase 表?
最佳答案
输入 Hbase shell
进入 hbase shell在你的新集群的终端,然后给出命令 create ‘<table name>’,’<column family>’
给你表名和列族名,你已经从describe 'table name'
来自之前的集群。
更多信息: https://www.tutorialspoint.com/hbase/hbase_create_table.htm
https://www.tutorialspoint.com/hbase/hbase_describe_and_alter.htm
关于shell - 如何在HBase shell中使用describe 'table_name'创建表。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40801094/
我是一名优秀的程序员,十分优秀!