Skip to content

Commit 3aad598

Browse files
liu-zhaokunsrowen
authored andcommitted
[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 <liu.zhaokun@zte.com.cn> Closes #18013 from liu-zhaokun/dockerfile_location. (cherry picked from commit 749418d) Signed-off-by: Sean Owen <sowen@cloudera.com>
1 parent 4fcd52b commit 3aad598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/docker.properties.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18-
spark.mesos.executor.docker.image: <image built from `../docker/spark-mesos/Dockerfile`>
18+
spark.mesos.executor.docker.image: <image built from `../external/docker/spark-mesos/Dockerfile`>
1919
spark.mesos.executor.docker.volumes: /usr/local/lib:/host/usr/local/lib:ro
2020
spark.mesos.executor.home: /opt/spark

0 commit comments

Comments
 (0)