You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rz...@apache.org on 2016/03/30 19:43:48 UTC

ambari git commit: AMBARI-15622. 'phoenix.query.spoolThresholdBytes' property doesn't have a description on UI (rzang)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 4b3db7a29 -> 77e1988bb


AMBARI-15622. 'phoenix.query.spoolThresholdBytes' property doesn't have a description on UI (rzang)


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

Branch: refs/heads/branch-2.2
Commit: 77e1988bb50f5c816f921867790554e78a7182b4
Parents: 4b3db7a
Author: Richard Zang <rz...@apache.org>
Authored: Tue Mar 29 16:36:14 2016 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Wed Mar 30 10:43:06 2016 -0700

----------------------------------------------------------------------
 .../src/main/conf/hbase-site-metrics-service.xml                 | 2 +-
 .../ambari-metrics-timelineservice/src/test/conf/hbase-site.xml  | 2 +-
 .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml        | 4 ----
 3 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/77e1988b/ambari-metrics/ambari-metrics-timelineservice/src/main/conf/hbase-site-metrics-service.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/main/conf/hbase-site-metrics-service.xml b/ambari-metrics/ambari-metrics-timelineservice/src/main/conf/hbase-site-metrics-service.xml
index dabef50..2cd5cf2 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/src/main/conf/hbase-site-metrics-service.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/src/main/conf/hbase-site-metrics-service.xml
@@ -43,7 +43,7 @@
   </property>
   <property>
     <name>phoenix.query.spoolThresholdBytes</name>
-    <value>12582912</value>
+    <value>20971520</value>
   </property>
   <property>
     <name>hbase.zookeeper.property.dataDir</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/77e1988b/ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml b/ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml
index 15ade07..02e89cf 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml
@@ -105,7 +105,7 @@
   </property>
   <property>
     <name>phoenix.query.spoolThresholdBytes</name>
-    <value>12582912</value>
+    <value>20971520</value>
     <description>
       Threshold size in bytes after which results from parallelly executed
       query results are spooled to disk. Default is 20 mb.

http://git-wip-us.apache.org/repos/asf/ambari/blob/77e1988b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
index 815b126..d938fdc 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-site.xml
@@ -317,10 +317,6 @@
     </description>
   </property>
   <property>
-    <name>phoenix.query.spoolThresholdBytes</name>
-    <value>12582912</value>
-  </property>
-  <property>
     <name>hbase.snapshot.enabled</name>
     <value>false</value>
     <description>Enable/Disable HBase snapshots.</description>