-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29266/
-----------------------------------------------------------

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

Reply via email to