You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/04/23 21:49:01 UTC

ambari git commit: AMBARI-10675. Additional settings for enabling Phoenix 4.4+ in Ambari (Ted Yu via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk a3cf2d39e -> 8adb1b0bf


AMBARI-10675. Additional settings for enabling Phoenix 4.4+ in Ambari (Ted Yu via srimanth)


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

Branch: refs/heads/trunk
Commit: 8adb1b0bfa5bc1e4be54529aa05b6563cab06ac6
Parents: a3cf2d3
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Apr 23 12:48:35 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Apr 23 12:48:35 2015 -0700

----------------------------------------------------------------------
 .../services/HBASE/configuration/hbase-site.xml | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8adb1b0b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml
index 43f872a..c92f76e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml
@@ -40,4 +40,26 @@
     <value>16030</value>
     <description>The port for the HBase RegionServer web UI.</description>
   </property> 
+  <property>
+    <name>hbase.regionserver.rpc.scheduler.factory.class</name>
+    <display-name>RegionServer RPC scheduler factory class</display-name>
+    <value>org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory</value>
+    <depends-on>
+      <property>
+        <type>hbase-env</type>
+        <name>phoenix_sql_enabled</name>
+      </property>
+    </depends-on>
+  </property>
+  <property>
+    <name>hbase.rpc.controllerfactory.class</name>
+    <display-name>RPC controller factory class</display-name>
+    <value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value>
+    <depends-on>
+      <property>
+        <type>hbase-env</type>
+        <name>phoenix_sql_enabled</name>
+      </property>
+    </depends-on>
+  </property>
 </configuration>