Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76546200CBD for ; Thu, 22 Jun 2017 05:52:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 74CA6160BF0; Thu, 22 Jun 2017 03:52:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B58A7160BD5 for ; Thu, 22 Jun 2017 05:52:55 +0200 (CEST) Received: (qmail 34724 invoked by uid 500); 22 Jun 2017 03:52:54 -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 34715 invoked by uid 99); 22 Jun 2017 03:52:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2017 03:52:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B470CDFBC6; Thu, 22 Jun 2017 03:52:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vsairam@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-21252.Namenode variable should be auto populated for FS action node(Venkata Sairam) Date: Thu, 22 Jun 2017 03:52:54 +0000 (UTC) archived-at: Thu, 22 Jun 2017 03:52:56 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.5 dbd78a794 -> 33955935d AMBARI-21252.Namenode variable should be auto populated for FS action node(Venkata Sairam) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/33955935 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/33955935 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/33955935 Branch: refs/heads/branch-2.5 Commit: 33955935d26777ac47225b8dd69d0513ed101354 Parents: dbd78a7 Author: Venkata Sairam Authored: Thu Jun 22 09:21:36 2017 +0530 Committer: Venkata Sairam Committed: Thu Jun 22 09:22:46 2017 +0530 ---------------------------------------------------------------------- .../views/wfmanager/src/main/resources/ui/app/utils/constants.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/33955935/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js b/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js index bf858d8..3989fc2 100644 --- a/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js +++ b/contrib/views/wfmanager/src/main/resources/ui/app/utils/constants.js @@ -45,6 +45,7 @@ export default Ember.Object.create({ {name : "map-reduce",supportsSchema : false, currentVersion:''}, {name : "sub-workflow",supportsSchema : false, currentVersion:''}, {name : "distcp",supportsSchema : true, currentVersion:''}, + {name : "fs",supportsSchema : true, currentVersion:''}, {name : "ssh",supportsSchema : false, currentVersion:''}, {name : "email",supportsSchema : true, currentVersion:''} ]),