
SparkEnv — Spark Runtime Environment
SparkEnv — Spark Runtime Environment
spark技术分享
SparkEnv — Spark Runtime Environment

MemoryManager Configuration Properties The page describes the memory-related configuration properties of Apache Sp ...

StaticMemoryManager — Legacy Memory Manager

UnifiedMemoryManager — Spark’s Memory Manager

MemoryManager — Memory Management System

SerializerManager Caution FIXME When SparkEnv is created (either for the driver or executors), it instan ...

AccumulatorContext AccumulatorContext is a private[spark] internal object used to track accumulators by Spark itse ...

Accumulators Accumulators are variables that are "added" to through an associative and commutative "add" operation ...

Broadcast Variables From the official documentation about Broadcast Variables: Broadcast variables allow the p ...

InterruptibleIterator — Iterator With Support For Task Cancellation
一周热门排行