You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2015/09/17 02:42:39 UTC

ambari git commit: AMBARI-13084. Ambari UI issues in SAPHD builds. (addendum patch) (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 27d615b8c -> 2101ac218


AMBARI-13084. Ambari UI issues in SAPHD builds. (addendum patch) (jaimin)


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

Branch: refs/heads/branch-2.1
Commit: 2101ac218104a58346aeccb673cbf938c28b9a97
Parents: 27d615b
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Wed Sep 16 17:39:13 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Wed Sep 16 17:39:13 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.3/site_properties.js | 2 +-
 ambari-web/app/data/HDP2/site_properties.js   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2101ac21/ambari-web/app/data/HDP2.3/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.3/site_properties.js b/ambari-web/app/data/HDP2.3/site_properties.js
index 9b8241f..b8e94e1 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -88,7 +88,7 @@ hdp23properties.push({
       },
       {
         displayName: 'SQLA',
-        hidden: App.get('currentStackName') !== 'SAPHD'
+        hidden: App.get('currentStackName') !== 'SAPHD' && App.get('currentStackName') !== 'HDP'
       }
     ],
     "displayType": "radio button",

http://git-wip-us.apache.org/repos/asf/ambari/blob/2101ac21/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 f2c80cb..9506709 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -3392,7 +3392,7 @@ var hdp2properties = [
       },
       {
         displayName: 'Existing SQLA Database',
-        hidden: App.get('currentStackName') !== 'SAPHD'
+        hidden: App.get('currentStackName') !== 'SAPHD' && (App.get('currentStackName') !== 'HDP' || !App.get('isHadoop23Stack'))
       }
     ],
     "description": "MySQL will be installed by Ambari",
@@ -3635,7 +3635,7 @@ var hdp2properties = [
       },
       {
         displayName: 'Existing SQLA Database',
-        hidden: App.get('currentStackName') !== 'SAPHD'
+        hidden: App.get('currentStackName') !== 'SAPHD' && (App.get('currentStackName') !== 'HDP' || !App.get('isHadoop23Stack'))
       }
     ],
     "description": "Current Derby Database will be installed by Ambari",