Lobo2008 commented on code in PR #57736:
URL: https://github.com/apache/spark/pull/57736#discussion_r3717627573
##########
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala:
##########
@@ -351,7 +351,7 @@ private[spark] class ApplicationMaster(
*/
final def getDefaultFinalStatus(): FinalApplicationStatus = {
if (isClusterMode) {
- FinalApplicationStatus.FAILED
+ FinalApplicationStatus.SUCCEEDED
Review Comment:
@uros-b Thanks for the review! You're right — SPARK-38270 intentionally
changed this
to FAILED. I've updated the PR to fix the stale docstring instead of the
code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]