Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19041#discussion_r143816789
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -76,6 +76,14 @@ package object config {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("3s")
+ private[spark] val DYN_ALLOCATION_RECOVER_CACHE =
+
ConfigBuilder("spark.dynamicAllocation.recoverCachedData").booleanConf.createWithDefault(false)
--- End diff --
`.cacheRecovery.enabled` to follow pattern of other feature flags.
I also kinda prefer multiple lines in these constant declarations, for
readability.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]