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 apache#18013 from liu-zhaokun/dockerfile_location.
  • Loading branch information
liu-zhaokun authored and liyichao committed May 24, 2017
1 parent 83e0e96 commit 4ae1608
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 4ae1608

Please sign in to comment.