Skip to content

Commit

Permalink
[SPARK-20781] the location of Dockerfile in docker.properties.templat…
Browse files Browse the repository at this point in the history
… 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 <[email protected]>

Closes #18013 from liu-zhaokun/dockerfile_location.
  • Loading branch information
liu-zhaokun authored and srowen committed May 19, 2017
1 parent b5d8d9b commit 749418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/docker.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.
#

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

0 comments on commit 749418d

Please sign in to comment.