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 504F01142C for ; Wed, 7 May 2014 20:10:14 +0000 (UTC) Received: (qmail 23230 invoked by uid 500); 7 May 2014 19:06:21 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 15595 invoked by uid 500); 7 May 2014 18:55:39 -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 4652 invoked by uid 99); 7 May 2014 08:06:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2014 08:06:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E56B48B56E0; Wed, 7 May 2014 04:28:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swagle@apache.org To: commits@ambari.apache.org Message-Id: <0b7ebb2793a54dd5ad97adba0b80a99b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-5691. Add missing require-input attributes on stack properties. (swagle) Date: Wed, 7 May 2014 04:28:19 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-1.6.0 38e843e13 -> 369e0d369 AMBARI-5691. Add missing require-input attributes on stack properties. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/369e0d36 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/369e0d36 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/369e0d36 Branch: refs/heads/branch-1.6.0 Commit: 369e0d369ce24654ee94a7de13caea5120913c05 Parents: 38e843e Author: Siddharth Wagle Authored: Tue May 6 21:23:12 2014 -0700 Committer: Siddharth Wagle Committed: Tue May 6 21:27:28 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml | 4 ++-- .../stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml | 2 +- .../stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml | 2 +- .../stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml | 2 +- .../stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml | 2 +- .../stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml index 61a2b90..b73d604 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml @@ -36,12 +36,12 @@ nagiosadmin Nagios web user. - + nagios_web_password Nagios Admin Password. - + nagios_contact Hadoop Admin Email. http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml index fa05920..584b905 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml @@ -46,7 +46,7 @@ oozie Database user name to use to connect to the database - + oozie_metastore_user_passwd Database password to use to connect to the database http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml index 6dc26f0..0afca84 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml @@ -214,7 +214,7 @@ - + oozie.service.JPAService.jdbc.password http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml index fa112e3..54c742c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml @@ -42,7 +42,7 @@ PASSWORD Nagios Admin Password. - + nagios_contact Hadoop Admin Email. http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml index 5a3f2e5..d24d859 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml @@ -46,7 +46,7 @@ oozie Database user name to use to connect to the database - + oozie_metastore_user_passwd Database password to use to connect to the database http://git-wip-us.apache.org/repos/asf/ambari/blob/369e0d36/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml index 4509ddc..3d40ffc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml @@ -221,7 +221,7 @@ - + oozie.service.JPAService.jdbc.password