hbase site
hdfs://192.168.0.203:9102/hbase
The directory shared by regon servers.
Should be
fully-qualified to include the filesystem to use.
E.g:
hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR
hbase.master
192.168.0.203:60000
By default ZK is configured with localhost which means
the client
should run on the same physical machine. Configure this if client runs on a
different
machine.
hbase.cluster.distributed
true
The mode the cluster will be in. Possible values are
false: standalone and pseudo-distributed setups with managed
Zookeeper
true: fully-distributed with unmanaged Zookeeper Quorum (see
hbase-env.sh)
hbase.zookeeper.quorum
192.168.0.203
hbase.zookeeper.property.clientPort
2181
hbase.tmp.dir
/home/app/hbase-0.20.6/data/tmp
Temporary directory on the local filesystem.
hbase.regionserver.class
org.apache.hadoop.hbase.ipc.IndexedRegionInterface
hbase.regionserver.impl
org.apache.hadoop.hbase.regionserver.tableindexed.IndexedRegionServer
No comments:
Post a Comment