拆分表 help 'split' Split entire table or pass a region to split individual region. With the second parameter, you can specify an explicit ...
Continue reading每个cell包括时间戳和value,cell可以有多个版本,value可以有多个值 表结构 设计原理 在执行一个命令的时候先查询meta表获取到数据所在的服务器以及开始行和结束行
Continue readingHBase与ZooKeeper组合应用 hbase zkcli 进入zookeeper客户端 echo "describe 'test'" | hbase shell Hbase常用shell命令 创建namespace create_n...
Continue reading封装API import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import...
Continue readingHbase数据库名字空间(namesppace) ns 在逻辑上对表进行分组,有两个内置表空间,hbase和default. Hbase create table Configuration config = HBaseConfiguration.create();...
Continue readingHbase安装 安装 tar xzf hbase-x.y.z.tar.gz export HBASE_HOME=~/sw/hbase-x.y.z % export PATH=$PATH:$HBASE_HOME/bin Hbase操作列表 $>hbas...
Continue readingHbase简介 HBase是一个开源的非关系型分布式数据库(NoSQL),它参考了谷歌的BigTable建模,实现的编程语言为 Java。它是Apache软件基金会的Hadoop项目的一部分,运行于HDFS文件系统之上,为 Hadoop 提供类似于BigTable 规模的服...
Continue reading