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

spark-core 第30页

Master-spark技术分享

Master

admin阅读(1296)赞(0)

Master A master is a running Spark instance that connects to a cluster manager for resources. The master acquire ...

ExecutorSource-spark技术分享

ExecutorSource

admin阅读(1159)赞(0)

ExecutorSource ExecutorSource is a metrics source of an Executor. It uses an executor’s threadPool for calcu ...

TaskRunner-spark技术分享

TaskRunner

admin阅读(1757)赞(0)

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

Executor-spark技术分享

Executor

admin阅读(1891)赞(0)

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

Driver-spark技术分享

Driver

admin阅读(1478)赞(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 Architecture

admin阅读(930)赞(0)

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

AbstractCommandBuilder-spark技术分享

AbstractCommandBuilder

admin阅读(1288)赞(0)

AbstractCommandBuilder AbstractCommandBuilder is the base command builder for SparkSubmitCommandBuilder and Spark ...

spark-class shell script-spark技术分享

spark-class shell script

admin阅读(1432)赞(0)

spark-class shell script spark-class shell script is the Spark application command-line launcher that is responsib ...

关注公众号:spark技术分享

联系我们联系我们