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

Deployment Environments — Run Modes

Deployment Environments — Run Modes

Spark Deployment Environments (aka Run Modes):

A Spark application is composed of the driver and executors that can run locally (on a single JVM) or using cluster resources (like CPU, RAM and disk that are managed by a cluster manager).

Note
You can specify where to run the driver using the deploy mode (using --deploy-mode option of spark-submit or spark.submit.deployMode Spark property).

Master URLs

Spark supports the following master URLs (see private object SparkMasterRegex):

You can specify the master URL of a Spark application as follows:

赞(0) 打赏
未经允许不得转载:spark技术分享 » Deployment Environments — Run Modes
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏