?xml version="1.0"?> ?xml version="1.0"?> hbase.rootdir hdfs://HADOOP.domain.be:54310/hbase 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) dfs.support.append true hbase.zookeeper.property.clientPort 2222 Property from ZooKeeper's config zoo.cfg. The port at which the clients will connect. hbase.zookeeper.quorum HADOOP.domain.be,HDP06.domain.be,HDP08.domain.be Comma separated list of servers in the ZooKeeper Quorum. 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 quorum servers. If HBASE_MANAGES_ZK is set in hbase-env.sh this is the list of servers which we will start/stop ZooKeeper on. hbase.zookeeper.property.dataDir /usr/local/zookeeper Property from ZooKeeper's config zoo.cfg. The directory where the snapshot is stored. hbase.zookeeper.property.authProvider.1 org.apache.zookeeper.server.auth.SASLAuthenticationProvider hbase.zookeeper.property.kerberos.removeHostFromPrincipal true hbase.zookeeper.property.kerberos.removeRealmFromPrincipal true