设置hdfs和hbase副本数。hadoop2.5.2 hbase0.98.6
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置hdfs和hbase副本数。hadoop2.5.2 hbase0.98.6相关的知识,希望对你有一定的参考价值。
hdfs副本和基本读写。
core-site.xml 从/etc/hdfs1/conf下拷贝到工作空间 |
public static void main (String[] argv) throws IOException { |
hbase-site.xml 从/etc/hyperbase1/conf下拷贝 http://192.168.146.128:8180/#/dashboard 确保hyperbase1服务启动状态 |
public static void main(String[] args) throws IOException { HColumnDescriptor hcd1 = new HColumnDescriptor("s").setMaxVersions(30) htd.addFamily(hcd1); ha.createTable(htd); |
hdfs dfs -ls /hyperbase1/data/default/testReplication/ 用ls命令查看副本数 |
以上是关于设置hdfs和hbase副本数。hadoop2.5.2 hbase0.98.6的主要内容,如果未能解决你的问题,请参考以下文章