Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of cdh5 beta2 Cluster configuration File

2025-01-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article shares with you the content of a sample analysis of cdh5 beta2 cluster configuration files. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Note: you need to configure your own java environment Ssh communication version: hadoop:hadoop-2.2.0-cdh6.0.0-beta-2.tar.gz zookeeper:zookeeper-3.4.5-cdh6.0.0-beta-2.tar.gz hbase:hbase-0.96.1.1-cdh6.0.0-beta-2.tar.gz download address: http://archive.cloudera.com/cdh6/cdh/5/Hadoop hadoop:hadoop-2.2.0-cdh6.0.0-beta-2.tar.gz zookeeper:zookeeper-3.4.5-cdh6.0.0-beta-2.tar.gz hbase:hbase-0.96.1.1-cdh6.0.0-beta-2.tar.gz Fs.default.name hdfs://master:8020 true dfs.namenode.name.dir / usr/local/hd/dfs/name hadoop.tmp.dir / usr/local/hd/tmp A base for other temporary directories. Hadoop.proxyuser.hadoop.hosts * hadoop.proxyuser.hadoop.groups * = = hdfs-site.xml=== dfs.datanode.data.dir / usr/local/hd/dfs/data dfs.replication 2 Dfs.permissions false dfs.namenode.secondary.http-address master:8021 dfs.webhdfs.enabled true dfs.web.ugi hadoop Supergroup Zzg = maped-site.xml=== mapreduce.framework.name yarn mapreduce.jobhistory.address master:10020 mapreduce.jobhistory.webapp.address master:19888   = yarn-site.xml=== Yarn.resourcemanager.address master:8032 yarn.resourcemanager.scheduler.address master:8030 yarn.resourcemanager.resource-tracker.address Master:8031 yarn.resourcemanager.admin.address master:8033 yarn.resourcemanager.webapp.address master:8088 Yarn.nodemanager.aux-services mapreduce_shuffle yarn.nodemanager.aux-services.mapreduce.shuffle.class org.apache.hadoop.mapred.ShuffleHandler = zookeeperzoo.cfg===# The number of milliseconds of each ticktickTime=2000# The number of ticks that the initial # synchronization phase can takeinitLimit=10# The number of ticks that can pass between # sending a request and getting an acknowledgementsyncLimit=5# the directory where the Snapshot is stored.# do not use / tmp for storage / tmp here is just # example sakes.dataDir=/usr/local/hd/zookeeper/data# the port at which the clients will connectclientPort=2181server.1=master:2888:3888 server.2=slave1:2888:3888 server.3=slave2:2888:3888 # # Be sure to read the maintenance section of the # administrator guide before turning on autopurge.## http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance## The number of snapshots to retain in dataDir#autopurge.snapRetainCount=3# Purge task interval in hours# Set to "0" to Disable autopurge feature#autopurge.purgeInterval=1===hbasehbase-site.xml=== hbase.rootdir hdfs://master:8020/hbase hbase.cluster.distributed true hbase.zookeeper.quorum master Slave1,slave2 hbase.zookeeper.property.clientPort 2181 hbase.zookeeper.property.dataDir / usr/local/hd/zookeeper/data = = Thank you for reading! This is the end of this article on "sample analysis of cdh5 beta2 cluster configuration files". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report