You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`MEMORY_AND_DISK`, `MEMORY_AND_DISK_2`, `DISK_ONLY`, and `DISK_ONLY_2`.*
1239
1226
1240
1227
Spark also automatically persists some intermediate data in shuffle operations (e.g. `reduceByKey`), even without users calling `persist`. This is done to avoid recomputing the entire input if a node fails during the shuffle. We still recommend users call `persist` on the resulting RDD if they plan to reuse it.
1241
1228
@@ -1259,11 +1246,6 @@ requests from a web application). *All* the storage levels provide full fault to
1259
1246
recomputing lost data, but the replicated ones let you continue running tasks on the RDD without
1260
1247
waiting to recompute a lost partition.
1261
1248
1262
-
* In environments with high amounts of memory or multiple applications, the experimental `OFF_HEAP`
1263
-
mode has several advantages:
1264
-
* It allows multiple executors to share the same pool of memory in Tachyon.
1265
-
* It significantly reduces garbage collection costs.
1266
-
* Cached data is not lost if individual executors crash.
nl=$'\n'; sed -i "" -e "s|export TACHYON_JAR=\$TACHYON_HOME/target/\(.*\)|# This is set for spark's make-distribution\\$nl export TACHYON_JAR=\$TACHYON_HOME/../lib/\1|""$DISTDIR/tachyon/libexec/tachyon-config.sh"
248
-
else
249
-
sed -i "s|export TACHYON_JAR=\$TACHYON_HOME/target/\(.*\)|# This is set for spark's make-distribution\n export TACHYON_JAR=\$TACHYON_HOME/../lib/\1|""$DISTDIR/tachyon/libexec/tachyon-config.sh"
0 commit comments