-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42267/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Nate Cole.
Bugs: AMBARI-14654
https://issues.apache.org/jira/browse/AMBARI-14654
Repository: ambari
Description
-------
The upgrade-2.4.xml file for HDP 2.3 to 2.4 upgrades is missing the
{{SPARK_THRIFTSERVER}} component. This causes the upgrade to fail with:
{panel:title= Upgrade Paused}
Upgrade did not succeed on 2 hosts
Your options:
Pause Upgrade, delete the unhealthy hosts and return to the Upgrade Wizard to
Proceed.
Perform a Downgrade, which will revert all hosts to the previous stack version.
{panel}
{code}
{
"hosts": [
"c6402.ambari.apache.org",
"c6403.ambari.apache.org"
],
"host_detail": {
"c6402.ambari.apache.org": [
{
"service": "SPARK",
"component": "SPARK_THRIFTSERVER",
"version": "2.3.4.0-3248"
}
],
"c6403.ambari.apache.org": [
{
"service": "SPARK",
"component": "SPARK_THRIFTSERVER",
"version": "2.3.4.0-3248"
}
]
}
}
{code}
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml
080f69f
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml
18f138f
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml
00747b1
Diff: https://reviews.apache.org/r/42267/diff/
Testing
-------
Upgrade Spark from 2.3 to 2.4
Thanks,
Jonathan Hurley