spark-instrumented-optimizer/dev/deps
Philipp Hoffmann 0869b3a5f0 [SPARK-15271][MESOS] Allow force pulling executor docker images
## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Mesos agents by default will not pull docker images which are cached
locally already. In order to run Spark executors from mutable tags like
`:latest` this commit introduces a Spark setting
(`spark.mesos.executor.docker.forcePullImage`). Setting this flag to
true will tell the Mesos agent to force pull the docker image (default is `false` which is consistent with the previous
implementation and Mesos' default
behaviour).

Author: Philipp Hoffmann <mail@philipphoffmann.de>

Closes #14348 from philipphoffmann/force-pull-image.
2016-07-26 16:09:10 +01:00
..
spark-deps-hadoop-2.2 [SPARK-15271][MESOS] Allow force pulling executor docker images 2016-07-26 16:09:10 +01:00
spark-deps-hadoop-2.3 [SPARK-15271][MESOS] Allow force pulling executor docker images 2016-07-26 16:09:10 +01:00
spark-deps-hadoop-2.4 [SPARK-15271][MESOS] Allow force pulling executor docker images 2016-07-26 16:09:10 +01:00
spark-deps-hadoop-2.6 [SPARK-15271][MESOS] Allow force pulling executor docker images 2016-07-26 16:09:10 +01:00
spark-deps-hadoop-2.7 [SPARK-15271][MESOS] Allow force pulling executor docker images 2016-07-26 16:09:10 +01:00