[SPARK-21349][CORE] Make TASK_SIZE_TO_WARN_KB configurable by spark.task.size.warnThreshold#18573
[SPARK-21349][CORE] Make TASK_SIZE_TO_WARN_KB configurable by spark.task.size.warnThreshold#18573dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-21349
Conversation
There was a problem hiding this comment.
Are you trying to make this configuration an internal one, or you want to expose to the user? If the latter, I think we should add this to docs.
Also it would be better to make this configuration a ConfigEntry and add to o.a.s.internal.config.
|
Test build #79393 has finished for PR 18573 at commit
|
|
Test build #79398 has finished for PR 18573 at commit
|
|
Retest this please |
There was a problem hiding this comment.
Should add checkValue here.
There was a problem hiding this comment.
Why not use conf.get(TASK_SIZE_THRESHOLD_TO_WARN)?
|
Thank you for review, @jiangxb1987 . I'll update soon. |
|
Test build #79403 has finished for PR 18573 at commit
|
|
Test build #79414 has finished for PR 18573 at commit
|
|
Hi, @kayousterhout . |
…ask.size.warnThreshold
|
Rebased to the master. |
|
Test build #81249 has finished for PR 18573 at commit
|
What changes were proposed in this pull request?
Although this is just a warning message, this issue tries to make
TASK_SIZE_TO_WARN_KBinto a normal Spark configuration for advanced users.Case 1
According to the log, we have 123 warnings. This is useful, but it would be great if this is configurable.
How was this patch tested?
Pass the Jenkins with a newly added test case.