📜  如果您不使用纱线而是火花集群,如何设置火花提交重试次数? - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:05.242000             🧑  作者: Mango

代码示例1
# How to set spark-submit number of retries if you're not using yarn, but spark cluster?
# from lei -> https://bit.ly/3mgTR4n

spark.excludeOnFailure.task.maxTaskAttemptsPerExecutor
spark.excludeOnFailure.task.maxTaskAttemptsPerNode