-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34982/
-----------------------------------------------------------
Review request for Ambari.
Bugs: AMBARI-11640
https://issues.apache.org/jira/browse/AMBARI-11640
Repository: ambari
Description
-------
The workaround is to start all services so that the CURRENT version exists, and
then rerun a HiveServer2 Start, Spark History Server2, or Tez Service Check.
The fix will be to detect if params.current_version is None, and if so, call
hdp-select versions, and use the value if only one version number is reported.
Also, HiveServer2 Start needs to copy the tez tarball.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
f8a2570
Diff: https://reviews.apache.org/r/34982/diff/
Testing
-------
Verified this worked on a brand new cluster install with HistoryServer Start,
which copies mapreduce.tar.gz to HDFS.
***Still need to fix unit test.***
Thanks,
Alejandro Fernandez