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 3EA65101B8 for ; Tue, 11 Feb 2014 11:51:28 +0000 (UTC) Received: (qmail 88221 invoked by uid 500); 11 Feb 2014 11:51:27 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 88154 invoked by uid 500); 11 Feb 2014 11:51:23 -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 88147 invoked by uid 99); 11 Feb 2014 11:51:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 11:51:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 070619239B7; Tue, 11 Feb 2014 11:51:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Message-Id: <0394fd1c224e40d7a71b8208ca8fcfd6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-4591. Two ATS configs should be in ATS section. (Denys Buzhor via onechiporenko) Date: Tue, 11 Feb 2014 11:51:23 +0000 (UTC) Updated Branches: refs/heads/trunk 49bcf0fa0 -> d0f3c900f AMBARI-4591. Two ATS configs should be in ATS section. (Denys Buzhor via onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d0f3c900 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d0f3c900 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d0f3c900 Branch: refs/heads/trunk Commit: d0f3c900f2ca1761d15b26b5e9e699d3a6edea99 Parents: 49bcf0f Author: Oleg Nechiporenko Authored: Tue Feb 11 13:51:02 2014 +0200 Committer: Oleg Nechiporenko Committed: Tue Feb 11 13:51:02 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 25 +++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d0f3c900/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index 8ef5a95..fac3cce 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -15,6 +15,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +var App = require('app'); + module.exports = { "configProperties": [ @@ -298,7 +301,27 @@ module.exports = "category": "Advanced", "serviceName": "YARN" }, - + { + "id": "site property", + "name": "yarn.ats.leveldb-timeline-store.path", + "displayName": "yarn.ats.leveldb-timeline-store.path", + "value": "", + "defaultValue": "/var/log/hadoop-yarn/ats", + "isVisible": App.supports.appTimelineServer, // @todo remove after Application Timeline Server approving + "category": "AppTimelineServer", + "displayType": "directory", + "serviceName": "YARN" + }, + { + "id": "site property", + "name": "yarn.ats.store.class", + "displayName": "yarn.ats.store.class", + "value": "", + "defaultValue": "org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbApplicationTimelineStore", + "isVisible": App.supports.appTimelineServer, // @todo remove after Application Timeline Server approving + "category": "AppTimelineServer", + "serviceName": "YARN" + }, /**********************************************MAPREDUCE2***************************************/ { "id": "site property",