[
https://issues.apache.org/jira/browse/AMBARI-14730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15109796#comment-15109796
]
Hudson commented on AMBARI-14730:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.2 #226 (See
[https://builds.apache.org/job/Ambari-branch-2.2/226/])
AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start,
(afernandez:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6790b39f19bcc4b83cb9d42821df3e9b71500e57])
* ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml
*
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml
* ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml
*
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml
* ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml
* ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml
* ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
*
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml
*
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml
> After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for
> local indexing
> ----------------------------------------------------------------------------------------
>
> Key: AMBARI-14730
> URL: https://issues.apache.org/jira/browse/AMBARI-14730
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.2.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Fix For: 2.2.1
>
> Attachments: AMBARI-14730.trunk.patch
>
>
> Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for
> local indexing that were not production ready.
> The RegionServer will fail because some of the Phoenix observer
> configurations are invalid because those classes no longer exist.
> In each of the following upgrade paths,
> HDP 2.2 -> 2.3.*
> HDP 2.2 -> 2.4
> HDP 2.3.* -> 2.3*
> HDP 2.3.* -> 2.4
> need change these properties,
> * hbase.master.loadbalancer.class (will remove prop if value is
> "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")
> * hbase.coprocessor.master.classes: "" (will remove
> "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )
> * hbase.coprocessor.regionserver.classes (will remove
> "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)