Github user attilapiros commented on the issue:
https://github.com/apache/spark/pull/20203
@tgravescs: You are welcome.
Running Spark as (with lower application.maxFailedTasksPerExecutor than
stage.maxFailedTasksPerExecutor):
```
$ bin/spark-shell --master "local-cluster[2,1,1024]" --conf
"spark.blacklist.enabled=true" --conf
"spark.blacklist.stage.maxFailedTasksPerExecutor=10" --conf
"spark.blacklist.application.maxFailedTasksPerExecutor=1" --conf
"spark.eventLog.enabled=true"
```
The stage is:
[application level backlisting
screenshot](https://issues.apache.org/jira/secure/attachment/12905713/app_blacklisting.png)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]