You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/11/20 11:06:17 UTC

[2/2] ambari git commit: AMBARI-8367 - Sqoop User config setting should be hidden for Windows (Eugene Chekanskiy via abaranchuk)

AMBARI-8367 - Sqoop User config setting should be hidden for Windows (Eugene Chekanskiy via abaranchuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/648a2d8f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/648a2d8f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/648a2d8f

Branch: refs/heads/trunk
Commit: 648a2d8f15c0e8bb9c324ce1700a417cae08a760
Parents: 54f8ea5
Author: Artem Baranchuk <ab...@hortonworks.com>
Authored: Thu Nov 20 12:04:59 2014 +0200
Committer: Artem Baranchuk <ab...@hortonworks.com>
Committed: Thu Nov 20 12:04:59 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/648a2d8f/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 36fc855..2510408 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -4498,7 +4498,7 @@ module.exports =
       "isReconfigurable": false,
       "displayType": "user",
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": !App.get('isHadoopWindowsStack'),
       "serviceName": "MISC",
       "filename": "flume-env.xml",
       "category": "Users and Groups",
@@ -4621,7 +4621,7 @@ module.exports =
       "isReconfigurable": false,
       "displayType": "user",
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": !App.get('isHadoopWindowsStack'),
       "serviceName": "MISC",
       "filename": "sqoop-env.xml",
       "category": "Users and Groups",
@@ -4635,7 +4635,7 @@ module.exports =
       "isReconfigurable": false,
       "displayType": "user",
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": !App.get('isHadoopWindowsStack'),
       "serviceName": "MISC",
       "filename": "knox-env.xml",
       "category": "Users and Groups",
@@ -4651,7 +4651,7 @@ module.exports =
       "isReconfigurable": false,
       "displayType": "user",
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": !App.get('isHadoopWindowsStack'),
       "serviceName": "MISC",
       "filename": "knox-env.xml",
       "category": "Users and Groups",
@@ -4665,7 +4665,7 @@ module.exports =
       "isReconfigurable": false,
       "displayType": "user",
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": !App.get('isHadoopWindowsStack'),
       "serviceName": "MISC",
       "filename": "kafka-env.xml",
       "category": "Users and Groups",