You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Dmitro Lisnichenko <dl...@hortonworks.com> on 2015/04/10 13:21:54 UTC

Review Request 33075: RU Improvements. Part 1

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

Review request for Ambari.


Bugs: AMBARI-10432
    https://issues.apache.org/jira/browse/AMBARI-10432


Repository: ambari


Description
-------

Part 1
- Important: Before running HDFS Finalize, run a Server Action, similar to FinalizeUpgradeAction, that will confirm that all host components have been upgraded to the version. This action is to inform the user, so it may fail and the user can skip. [Update] Just modify FinalizeUpgradeAction to do this work.
- /api/v1/clusters/c1/hosts/host_name/host_components/component_name to show the current version field


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java 639e170 
  ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java 01bd9c7 
  ambari-server/src/main/resources/properties.json 540d58b 
  ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java 9bc7570 

Diff: https://reviews.apache.org/r/33075/diff/


Testing
-------

mvn clean test


Thanks,

Dmitro Lisnichenko