|
em.
Change this setting to point to a location more permanent than '/tmp',
the usual resolve for java.io.tmpdir,
as the '/tmp' directory is cleared on machine restart.
Default: ${java.io.tmpdir}/hbase-${user.name}
hbase.zookeeper.quorum
node2,node3,node4,node5,node6,node7,node8
要单数台,Comma separated list of servers in the ZooKeeper ensemble (This config.
should have been named hbase.zookeeper.ensemble).
For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
By default this is set to localhost for local and pseudo-distributed
modes of operation.
For a fully-distributed setup,
this should be set to a full list of ZooKeeper ensemble servers.
If HBASE_MANAGES_ZK is set in hbase-env.sh this is the list of servers
which hbase will start/stop ZooKeeper on as part of cluster start/stop.
Client-side, we will take this list of ensemble members and put it
together with the hbase.zookeeper.clientPort config.
and pass it into zookeeper constructor as the connectString parameter.
Default: localhost
hbase.zookeeper.property.dataDir
/home/hadoop/newdata/zookeeper
Property from ZooKeeper's config zoo.cfg.
The directory where the snapshot is stored.
Default: ${hbase.tmp.dir}/zookeeper
11. regionservers
node2
node3
node4
node5
node6
node7
node8?
每台机器配置都要一样
|