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 2016/02/04 23:51:28 UTC

ambari git commit: AMBARI-14913: Show HAWQ default_segment_num parameter in General section (mithmatt via jaoki)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 72f4367ea -> 305a85fb5


AMBARI-14913: Show HAWQ default_segment_num parameter in General section (mithmatt via jaoki)


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

Branch: refs/heads/branch-2.2
Commit: 305a85fb54902e294495f4d600685bff9d902c9b
Parents: 72f4367
Author: Jun Aoki <ja...@apache.org>
Authored: Thu Feb 4 14:51:19 2016 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Thu Feb 4 14:51:19 2016 -0800

----------------------------------------------------------------------
 ambari-web/app/data/HDP2.3/site_properties.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/305a85fb/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 fb79cd3..61cbe88 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -333,6 +333,13 @@ hdp23properties.push({
     "index": 8
   },
   {
+    "name": "default_segment_num",
+    "filename": "hawq-site.xml",
+    "category": "General",
+    "serviceName": "HAWQ",
+    "index": 9
+  },
+  {
     "name": "content",
     "serviceName": "HAWQ",
     "filename": "gpcheck-env.xml",