dnet.clustername = DM #CORE-SITE fs.defaultFS = hdfs://localhost:8020 hadoop.security.authentication = simple hadoop.security.auth_to_local = DEFAULT hadoop.rpc.socket.factory.class.default = org.apache.hadoop.net.StandardSocketFactory #HBASE-SITE hbase.rootdir = hdfs://localhost:8020/hbase hbase.security.authentication = simple zookeeper.znode.rootserver = root-region-server hbase.zookeeper.quorum = localhost hbase.zookeeper.property.clientPort = 2181 hbase.zookeeper.client.port = 2181 zookeeper.znode.parent = /hbase #HDFS-SITE dfs.replication = 2 dfs.namenode.servicerpc-address = localhost:8022 dfs.namenode.http-address = localhost:50070 #MAPRED-SITE mapred.job.tracker = localhost:8021 #OOZIE SERVER oozie.service.loc = http://localhost:11000/oozie ######### CDH QUICKSTART #HDFS-SITE #dfs.namenode.servicerpc-address=cloudera-vm:8022 #dfs.https.port=50470 #dfs.namenode.http-address=cloudera-vm:50070 #dfs.replication=3 #dfs.blocksize=134217728 #dfs.client.use.datanode.hostname=false #fs.permissions.umask-mode=022 #dfs.client.read.shortcircuit=false #dfs.domain.socket.path=/var/run/hdfs-sockets/dn #dfs.client.read.shortcircuit.skip.checksum=false #dfs.client.domain.socket.data.traffic=false #dfs.datanode.hdfs-blocks-metadata.enabled=true # # ##HBASE-SITE #hbase.rootdir=hdfs://cloudera-vm:8020/hbase #hbase.client.write.buffer=2097152 #hbase.client.pause=1000 #hbase.client.retries.number=10 #hbase.client.scanner.caching=1 #hbase.client.keyvalue.maxsize=10485760 #hbase.rpc.timeout=60000 #hbase.security.authentication=simple #zookeeper.session.timeout=60000 #zookeeper.znode.parent=/hbase #zookeeper.znode.rootserver=root-region-server #hbase.zookeeper.quorum=cloudera-vm #hbase.zookeeper.property.clientPort=2181 # ##CORE-SITE #fs.defaultFS=hdfs://cloudera-vm:8020 #fs.trash.interval=1 #hadoop.security.authentication=simple #hadoop.rpc.protection=authentication #hadoop.security.auth_to_local=DEFAULT