关注 spark技术分享,
撸spark源码 玩spark最佳实践

标签:spark-core

第30页
TaskRunner-spark技术分享
spark-core

TaskRunner

admin阅读(1758)赞(0)

TaskRunner TaskRunner is a thread of execution of a single task. TaskRunner is created exclusively when Executor ...

Executor-spark技术分享
spark-core

Executor

admin阅读(1892)赞(0)

Executor Executor is a distributed agent that is responsible for executing tasks. Executor is created when: ...

Driver-spark技术分享
spark-core

Driver

admin阅读(1479)赞(0)

Driver A Spark driver (aka an application’s driver process) is a JVM process that hosts SparkContext for a S ...

Spark Architecture-spark技术分享
spark-core

Spark Architecture

admin阅读(931)赞(0)

Spark Architecture Spark uses a master/worker architecture. There is a driver that talks to a single coordinator c ...

关注公众号:spark技术分享

联系我们联系我们