----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42529/#review115420 -----------------------------------------------------------
Ship it! It's great that the upgrade pack/config stuff is nicely packaged! - Nate Cole On Jan. 19, 2016, 7:35 p.m., Alejandro Fernandez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42529/ > ----------------------------------------------------------- > > (Updated Jan. 19, 2016, 7:35 p.m.) > > > Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and > Swapan Shridhar. > > > Bugs: AMBARI-14730 > https://issues.apache.org/jira/browse/AMBARI-14730 > > > Repository: ambari > > > 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) > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml > df12920 > > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml > ff7e032 > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml > 7e7138d > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml > 34e4848 > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml > bdb4808 > > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml > 57b2f42 > > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml > f58eb79 > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml > ab955e4 > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml > 573713c > ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml > d5e4f78 > > Diff: https://reviews.apache.org/r/42529/diff/ > > > Testing > ------- > > Tested during RU from HDP 2.2 to 2.3 > > > Thanks, > > Alejandro Fernandez > >
