----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29266/#review65676 -----------------------------------------------------------
Ship it! ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml <https://reviews.apache.org/r/29266/#comment108885> Not sure if we need this, or if we supply a message for the configure task and pause-on-fail if the port is taken. - Nate Cole On Dec. 19, 2014, 3:02 p.m., Jonathan Hurley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29266/ > ----------------------------------------------------------- > > (Updated Dec. 19, 2014, 3:02 p.m.) > > > Review request for Ambari, Alejandro Fernandez and Nate Cole. > > > Bugs: AMBARI-8836 > https://issues.apache.org/jira/browse/AMBARI-8836 > > > Repository: ambari > > > Description > ------- > > Metastore and WebHCat are standard task=restart upgrades. HiveServer2 is the > tricky one. Essentially, the existing hiveserver must not be brought down. > Instead it should be issued a deregister command and left to live on its > existing porting. > > A new hiveserver instance should then be spun up using the upgraded libraries > (post hdp-select). > > > Diffs > ----- > > > ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java > 4474d05 > > ambari-server/src/main/java/org/apache/ambari/server/state/ConfigHelper.java > 42f9601 > > ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java > bb151b9 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_metastore.py > dc02a7d > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server.py > fa8ece4 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_upgrade.py > PRE-CREATION > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_service.py > 8e5d878 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params.py > 928bbb6 > > ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/webhcat_server.py > a8b3a8f > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml > dbb41e0 > ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 9017dd3 > ambari-server/src/test/python/stacks/2.2/configs/hive-upgrade.json > PRE-CREATION > > Diff: https://reviews.apache.org/r/29266/diff/ > > > Testing > ------- > > End-to-end test of a Hive upgrade; all Green. Unit Tests pending... > > > Thanks, > > Jonathan Hurley > >
