-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53174/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Laszlo Puskas, Sandor Magyari,
and Sebastian Toader.
Bugs: AMBARI-18693
https://issues.apache.org/jira/browse/AMBARI-18693
Repository: ambari
Description
-------
Added missing `/configurations` prefix.
(See also https://reviews.apache.org/r/52792/)
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
0355685
Diff: https://reviews.apache.org/r/53174/diff/
Testing
-------
Manual testing:
* create sysprepped cluster
* submit blueprint with `sysprep_skip_copy_tarballs_hdfs: true`
* submit `START_ONLY` cluster creation request
```
$ cd /var/lib/ambari-agent/data
$ grep -A6 'copy_to_hdfs.*mapreduce' *output*txt | grep mapreduce
Called copy_to_hdfs tarball: mapreduce
Skipping copying /usr/hdp/2.5.0.0-1245/hadoop/mapreduce.tar.gz to
/hdp/apps/2.5.0.0-1245/mapreduce/mapreduce.tar.gz for mapreduce as it is a sys
prepped host.
```
Thanks,
Attila Doroszlai