You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/06/22 14:38:08 UTC

[03/11] ambari git commit: AMBARI-21252.Namenode variable should be auto populated for FS action node(Venkata Sairam)

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/1f70d062
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1f70d062
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1f70d062

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 1f70d06277cb68a87ef861e48f7f2d0b0bbf7e03
Parents: 6cda103
Author: Venkata Sairam <ve...@gmail.com>
Authored: Thu Jun 22 09:21:36 2017 +0530
Committer: Venkata Sairam <ve...@gmail.com>
Committed: Thu Jun 22 09:21:36 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/1f70d062/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:''}
   ]),