Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FA621033D for ; Thu, 30 Jan 2014 23:44:40 +0000 (UTC) Received: (qmail 53531 invoked by uid 500); 30 Jan 2014 23:44:37 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 53424 invoked by uid 500); 30 Jan 2014 23:44:35 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 53275 invoked by uid 99); 30 Jan 2014 23:44:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jan 2014 23:44:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2427B916B23; Thu, 30 Jan 2014 23:44:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mahadev@apache.org To: commits@ambari.apache.org Date: Thu, 30 Jan 2014 23:44:37 -0000 Message-Id: <8ce9a7d434f040348e3f0cf8a9dca0dc@git.apache.org> In-Reply-To: <88d7e017a08a4185ba519133745847f9@git.apache.org> References: <88d7e017a08a4185ba519133745847f9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/7] AMBARI-4479. Sync configs for core hadoop services for GlusterFS stack (Erin Boyd via mahadev) http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml index 7848da3..e244fc7 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/core-site.xml @@ -50,7 +50,7 @@ fs.defaultFS - + hdfs://localhost:8020 The name of the default file system. Either the literal string "local" or a host:port for NDFS. true http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/global.xml index 59b68ac..49d66bb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/global.xml @@ -83,7 +83,7 @@ namenode_opt_maxnewsize - 640 + 200 NameNode maximum new generation size http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml index 79e0151..1a35848 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/configuration/hdfs-site.xml @@ -27,7 +27,7 @@ dfs.namenode.name.dir - + /hadoop/hdfs/namenode Determines where on the local filesystem the DFS name node should store the name table. If this is a comma-delimited list of directories then the name table is replicated in all of the @@ -45,20 +45,20 @@ dfs.webhdfs.enabled true - to enable webhdfs + Whether to enable WebHDFS feature true dfs.datanode.failed.volumes.tolerated 0 - #of failed disks dn would tolerate + Number of failed disks a DataNode would tolerate before it stops offering service true dfs.datanode.data.dir - + /hadoop/hdfs/data Determines where on the local filesystem an DFS data node should store its blocks. If this is a comma-delimited list of directories, then data will be stored in all named @@ -70,7 +70,7 @@ dfs.hosts.exclude - + /etc/hadoop/conf/dfs.exclude Names a file that contains a list of hosts that are not permitted to connect to the namenode. The full pathname of the file must be specified. If the value is empty, no hosts are @@ -80,7 +80,7 @@ dfs.namenode.secondary.http-address - + localhost:50090 Address of secondary namenode web server @@ -367,7 +382,7 @@ Kerberos principal name for the NameNode dfs.namenode.https-address - + localhost:50470 The https address where namenode binds @@ -472,4 +487,11 @@ don't exist, they will be created with this permission. + + dfs.namenode.name.dir.restore + true + Set to true to enable NameNode to attempt recovering a previously failed dfs.namenode.name.dir. + When enabled, a recovery of any failed directory is attempted during checkpoint. + + http://git-wip-us.apache.org/repos/asf/ambari/blob/a013ff27/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/metainfo.xml index 564c2f4..2ca6c10 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/HDFS/metainfo.xml @@ -18,7 +18,7 @@ root Apache Hadoop Distributed File System - 2.1.0.2.0.6.0 + 2.2.0.2.0.6.0 @@ -51,5 +51,10 @@ SLAVE - + + core-site + global + hdfs-site + hadoop-policy +