Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
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)
Attachments
Attachments
Issue Links
- links to