Hbase 伪分布部署
伪分布模式需要用到hadoop文件系统 ,所以配置会比单机模式麻烦很多
(1)、修改conf/hbase-env.shexport HBASE_CLASSPATH=/home/lin/hadoop/hadoop-2.6.1/etc/hadoop
(2)、编辑hbase-site.xml
hbase.rootdir 要配置为hdfs上的路径;hdfs://master:9000/hbase
1 | <property> |
(3)、启动hbase·
bin/start-hbase.sh
1 |
|
1 | create 'index_t3','cf' |
然后就可以测试啦,对于t3进行写入几条语句的操作,然后再看索引表里是否新增了几条对应的操作