You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2015/12/09 10:04:41 UTC

Review Request 41129: Modify Ambaripreupload.py to upload tarballs lib dirs etc. during upgrade

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

Review request for Ambari and Vitalyi Brodetskyi.


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


Repository: ambari


Description
-------

`ambari-server/src/main/resources/scripts/Ambaripreupload.py` is used to setup hdfd directories
.A variation of this script is needed so that in can be called during RU.

The scenario is as follows:

  * User installs the new version of HDP
  * User manually calls this script to upload the tarballs and Oozie share libs
  * User goes ahead and performs RU

This script need to take an input as to what the target HDP version is (-v optional param).


Diffs
-----

  ambari-server/src/main/resources/scripts/Ambaripreupload.py fd72f24 

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


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk