Skip to content

Commit

Permalink
Turn off HybridStore by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Baohe Zhang committed Jun 10, 2020
1 parent 0d36074 commit 76dbd18
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -202,7 +202,7 @@ private[spark] object History {
"that dumps data to a disk store after the writing to in-memory store is completed.")
.version("3.1.0")
.booleanConf
.createWithDefault(true)
.createWithDefault(false)

val MAX_IN_MEMORY_STORE_USAGE = ConfigBuilder("spark.history.store.hybridStore.maxMemoryUsage")
.doc("Maximum memory space that can be used to create HybridStore. The HybridStore co-uses " +
Expand Down

0 comments on commit 76dbd18

Please sign in to comment.