From 749418d285461958a0f22ed355edafd87f1ee913 Mon Sep 17 00:00:00 2001 From: liuzhaokun Date: Fri, 19 May 2017 20:47:30 +0100 Subject: [SPARK-20781] the location of Dockerfile in docker.properties.templat is wrong [https://issues.apache.org/jira/browse/SPARK-20781](https://issues.apache.org/jira/browse/SPARK-20781) the location of Dockerfile in docker.properties.template should be "../external/docker/spark-mesos/Dockerfile" Author: liuzhaokun Closes #18013 from liu-zhaokun/dockerfile_location. --- conf/docker.properties.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/docker.properties.template b/conf/docker.properties.template index 55cb094b4a..2ecb4f1464 100644 --- a/conf/docker.properties.template +++ b/conf/docker.properties.template @@ -15,6 +15,6 @@ # limitations under the License. # -spark.mesos.executor.docker.image: +spark.mesos.executor.docker.image: spark.mesos.executor.docker.volumes: /usr/local/lib:/host/usr/local/lib:ro spark.mesos.executor.home: /opt/spark -- cgit v1.2.3