Repository: ambari
Updated Branches:
  refs/heads/trunk c33b8ee26 -> b2cb50885


AMBARI-11748. 'hbase.region.server.rpc.scheduler.factory.class' has been 
misspelt (srimanth)


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

Branch: refs/heads/trunk
Commit: e202aaa850e5b176160ed6a3b496341b83483448
Parents: c33b8ee
Author: Srimanth Gunturi <sgunt...@hortonworks.com>
Authored: Fri Jun 5 19:08:20 2015 -0700
Committer: Srimanth Gunturi <sgunt...@hortonworks.com>
Committed: Fri Jun 5 19:23:12 2015 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml   | 2 +-
 ambari-web/app/data/HDP2.2/site_properties.js                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e202aaa8/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
index 429b763..382608e 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
@@ -126,7 +126,7 @@
     </depends-on>
   </property>
   <property>
-    <name>hbase.regionserver.rpc.scheduler.factory.class</name>
+    <name>hbase.region.server.rpc.scheduler.factory.class</name>
     <value></value>
     <depends-on>
       <property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/e202aaa8/ambari-web/app/data/HDP2.2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.2/site_properties.js 
b/ambari-web/app/data/HDP2.2/site_properties.js
index f4be8c7..f81cb0c 100644
--- a/ambari-web/app/data/HDP2.2/site_properties.js
+++ b/ambari-web/app/data/HDP2.2/site_properties.js
@@ -908,8 +908,8 @@ hdp22properties.push(
   },
   {
   "id": "site property",
-    "name": "hbase.regionserver.rpc.scheduler.factory.class",
-    "displayName": "hbase.regionserver.rpc.scheduler.factory.class",
+    "name": "hbase.region.server.rpc.scheduler.factory.class",
+    "displayName": "hbase.region.server.rpc.scheduler.factory.class",
     "defaultValue": "",
     "isRequired": false,
     "category": "Advanced hbase-site",

Reply via email to