GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/22634
[SPARK-25646][k8s] Fix docker-image-tool.sh on dev build. The docker file was referencing a path that only existed in the distribution tarball; it needs to be parameterized so that the right path can be used in a dev build. Tested on local dev build. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vanzin/spark SPARK-25646 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22634.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22634 ---- commit 0cdd4e577da55e93a029dbe4a34b5999802360d5 Author: Marcelo Vanzin <vanzin@...> Date: 2018-10-04T23:32:23Z [SPARK-25646][k8s] Fix docker-image-tool.sh on dev build. The docker file was referencing a path that only existed in the distribution tarball; it needs to be parameterized so that the right path can be used in a dev build. Tested on local dev build. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org