Skip to content
Snippets Groups Projects
Commit e9804b3d authored by liuzhaokun's avatar liuzhaokun Committed by Sean Owen
Browse files

[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 749418d2)
Signed-off-by: default avatarSean Owen <sowen@cloudera.com>
parent c53fe793
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment