Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52AAA1083E for ; Thu, 26 Sep 2013 22:51:35 +0000 (UTC) Received: (qmail 70175 invoked by uid 500); 26 Sep 2013 22:51:35 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 70132 invoked by uid 500); 26 Sep 2013 22:51:35 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 70125 invoked by uid 99); 26 Sep 2013 22:51:35 -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, 26 Sep 2013 22:51:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E4D1D90B9B2; Thu, 26 Sep 2013 22:51:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: ambari-commits@incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-3356: wrong property name for https address of NN in hdfs-site.xml. (jaimin) Date: Thu, 26 Sep 2013 22:51:34 +0000 (UTC) Updated Branches: refs/heads/trunk 91e36bfc7 -> 022db8567 AMBARI-3356: wrong property name for https address of NN in hdfs-site.xml. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/022db856 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/022db856 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/022db856 Branch: refs/heads/trunk Commit: 022db8567ae7d31323fa55cd2bd5fad13a8eeb30 Parents: 91e36bf Author: Jaimin Jetly Authored: Thu Sep 26 15:49:38 2013 -0700 Committer: Jaimin Jetly Committed: Thu Sep 26 15:51:17 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/main/python/UpgradeHelper_HDP2.py | 2 +- ambari-web/app/data/HDP2/config_mapping.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/022db856/ambari-server/src/main/python/UpgradeHelper_HDP2.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/python/UpgradeHelper_HDP2.py b/ambari-server/src/main/python/UpgradeHelper_HDP2.py index 58504e7..d300581 100644 --- a/ambari-server/src/main/python/UpgradeHelper_HDP2.py +++ b/ambari-server/src/main/python/UpgradeHelper_HDP2.py @@ -218,7 +218,7 @@ HDFS_SITE = { "dfs.domain.socket.path": "/var/lib/hadoop-hdfs/dn_socket", "dfs.heartbeat.interval": "REPLACE_WITH_", "dfs.hosts.exclude": "REPLACE_WITH_", - "dfs.https.namenode.https-address": "REPLACE_WITH_dfs.https.address", + "dfs.namenode.https-address": "REPLACE_WITH_dfs.https.address", "dfs.namenode.accesstime.precision": "0", "dfs.namenode.avoid.read.stale.datanode": "REPLACE_WITH_", "dfs.namenode.avoid.write.stale.datanode": "REPLACE_WITH_", http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/022db856/ambari-web/app/data/HDP2/config_mapping.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/config_mapping.js b/ambari-web/app/data/HDP2/config_mapping.js index f33db51..e5c4a69 100644 --- a/ambari-web/app/data/HDP2/config_mapping.js +++ b/ambari-web/app/data/HDP2/config_mapping.js @@ -181,7 +181,7 @@ var configs = [ "filename": "hdfs-site.xml" }, { - "name": "dfs.https.namenode.https-address", + "name": "dfs.namenode.https-address", "templateName": ["namenode_host"], "foreignKey": null, "value": ":50470",