aboutsummaryrefslogtreecommitdiff
path: root/docs/graphx-programming-guide.md
diff options
context:
space:
mode:
authorCrazyJvm <crazyjvm@gmail.com>2014-07-08 13:55:42 -0500
committerThomas Graves <tgraves@apache.org>2014-07-08 13:55:42 -0500
commitb520b6453ed76926108e0bdd56114d16e1d86850 (patch)
treea106e1705c70ee00050ff88f8cf28f51b5a38f1a /docs/graphx-programming-guide.md
parentc8a2313cdf825e0191680a423d17619b5504ff89 (diff)
downloadspark-b520b6453ed76926108e0bdd56114d16e1d86850.tar.gz
spark-b520b6453ed76926108e0bdd56114d16e1d86850.tar.bz2
spark-b520b6453ed76926108e0bdd56114d16e1d86850.zip
SPARK-2400 : fix spark.yarn.max.executor.failures explaination
According to ```scala private val maxNumExecutorFailures = sparkConf.getInt("spark.yarn.max.executor.failures", sparkConf.getInt("spark.yarn.max.worker.failures", math.max(args.numExecutors * 2, 3))) ``` default value should be numExecutors * 2, with minimum of 3, and it's same to the config `spark.yarn.max.worker.failures` Author: CrazyJvm <crazyjvm@gmail.com> Closes #1282 from CrazyJvm/yarn-doc and squashes the following commits: 1a5f25b [CrazyJvm] remove deprecated config c438aec [CrazyJvm] fix style 86effa6 [CrazyJvm] change expression 211f130 [CrazyJvm] fix html tag 2900d23 [CrazyJvm] fix style a4b2e27 [CrazyJvm] fix configuration spark.yarn.max.executor.failures
Diffstat (limited to 'docs/graphx-programming-guide.md')
0 files changed, 0 insertions, 0 deletions