-----------------------------------------------------------
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