-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57579/
-----------------------------------------------------------
(Updated March 17, 2017, 12:53 p.m.)
Review request for Ambari and Alejandro Fernandez.
Bugs: AMBARI-20400
https://issues.apache.org/jira/browse/AMBARI-20400
Repository: ambari
Description
-------
It's possible to install a cluster without Tez and Slider via blueprint. In
this case, Yarn historyserver start logic prints two warnings about unable to
copy tez and slider tar ball to HDFS.
Yarn history server should skip the copy hdfs tar ball logic for tez and slider
if they are not installed.
Diffs (updated)
-----
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
31a9be4
ambari-server/src/test/python/stacks/2.0.6/configs/default.json fa7419f
Diff: https://reviews.apache.org/r/57579/diff/2/
Changes: https://reviews.apache.org/r/57579/diff/1-2/
Testing
-------
unit tests
Thanks,
Di Li