-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41561/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Nate Cole, and Sumit Mohanty.
Bugs: AMBARI-14436
https://issues.apache.org/jira/browse/AMBARI-14436
Repository: ambari
Description
-------
The blueprint is deploying SPARK_THRIFTSERVER
{code}
{
"name": "SPARK_THRIFTSERVER"
},
{code}
The failure is due to:
{code}
The following components were found to have version mismatches. Finalize will
not complete successfully:
os-s11-3-dzcnju-ambari-eu-1-2.novalocal: SPARK/SPARK_THRIFTSERVER reports
2.3.2.0-2950
os-s11-3-dzcnju-ambari-eu-1-4.novalocal: SPARK/SPARK_THRIFTSERVER reports
2.3.2.0-2950
os-s11-3-dzcnju-ambari-eu-1-5.novalocal: SPARK/SPARK_THRIFTSERVER reports
2.3.2.0-2950
{code}
This is because the STS is not part of any upgrade packs. Since it first
appeared in HDP 2.3.2, the 2 upgrade packs for HDP 2.3 -> 2.3+ should be
updated to include STS.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml
5e0d364
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml
e31e7fb
Diff: https://reviews.apache.org/r/41561/diff/
Testing
-------
Upgraded a cluster with STS installed.
Thanks,
Jonathan Hurley