-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60945/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Di Li, and Jonathan Hurley.
Bugs: AMBARI-21509
https://issues.apache.org/jira/browse/AMBARI-21509
Repository: ambari
Description
-------
<execute-stage service="HBASE" component="HBASE_MASTER" title="Snapshot HBASE">
<task xsi:type="execute" hosts="master">
<script>scripts/hbase_upgrade.py</script>
<function>take_snapshot</function>
</task>
</execute-stage>
def snapshot(self, env):
Diffs
-----
ambari-server/src/main/resources/stacks/BigInsights/4.2/services/HBASE/package/scripts/hbase_upgrade.py
610f527
Diff: https://reviews.apache.org/r/60945/diff/1/
Testing
-------
modify the script and retry the upgrade from where it failed when the function
wasn't found
Thanks,
Tim Thorpe