-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60754/
-----------------------------------------------------------
Review request for Ambari, Dmytro Grinenko, Di Li, Dmitro Lisnichenko, Jonathan
Hurley, Sumit Mohanty, Sid Wagle, and Tim Thorpe.
Bugs: AMBARI-21439
https://issues.apache.org/jira/browse/AMBARI-21439
Repository: ambari
Description
-------
The BI stacks copied to HDP uses old copy_to_hdfs Python API from ambari-common
that uses the now-renamed "host_system_prepped", It's renamed to "skip".
This issue only happens on BI 4.2 GA clusters. References to the copy_to_hdfs
API need to use the new parameter - skip
Diffs
-----
ambari-server/src/main/resources/stacks/BigInsights/4.0/services/YARN/package/scripts/historyserver.py
bb384e4
ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HIVE/package/scripts/hive.py
f6fddd0
ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HIVE/package/scripts/hive_server.py
9c336eb
ambari-server/src/main/resources/stacks/BigInsights/4.2/services/SLIDER/package/scripts/service_check.py
d56f612
ambari-server/src/main/resources/stacks/BigInsights/4.2/services/YARN/package/scripts/historyserver.py
40ca374
Diff: https://reviews.apache.org/r/60754/diff/1/
Testing
-------
patched a cluster with the changes, restart Hive, Yarn, run service check for
Slider
Thanks,
Di Li