MaxGekk commented on code in PR #44080:
URL: https://github.com/apache/spark/pull/44080#discussion_r1411850190
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -527,6 +527,12 @@
],
"sqlState" : "22018"
},
+ "COURSE_GRAINED_SCHEDULER_NEGATIVE_EXECUTORS" : {
+ "message" : [
+ "Attempted to request a negative number of additional executor(s)
<numAdditionalExecutors> from the cluster manager. Please specify a positive
number!"
+ ],
+ "sqlState" : "42K0J"
Review Comment:
@srielau WDYT of the sql state?
--
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]