-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38718/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-13228
https://issues.apache.org/jira/browse/AMBARI-13228
Repository: ambari
Description
-------
Setup Ambari at 1.6.1 with HDP-2.1.7 on Suse 11 Sp3 with HA and Security
enabled
Upgrade Ambari to 2.1.2-310 build
Perform stack upgrade steps as per below documentation and reach till the step
of HBase
<http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/Ambari-
Trunk/bk_upgrading_Ambari/content/_complt_upgrd_21-23_upgrade_hbase.html>
Result: HBase service start failed
Logs indicate the following:
Caused by: java.lang.ClassNotFoundException: Class
org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory not found
at
org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2101)
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2193)
at org.apache.hadoop.hbase.regionserver.RSRpcServices.<init>(RSRpcServices.jav
a:829)
>From HBase config found the following property seems to be causing the bug:
hbase.region.server.rpc.scheduler.factory.class
(see attached screenshot too)
Diffs
-----
ambari-server/src/main/python/upgradeHelper.py 4189b95
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json
fc2ff87
ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
4fec857
ambari-server/src/test/python/TestUpgradeHelper.py 9de2ed1
Diff: https://reviews.apache.org/r/38718/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk