GitHub user jerryshao opened a pull request:
https://github.com/apache/spark/pull/21279
[SPARK-24219][k8s] Improve the docker building script to avoid copying
everything under examples to docker image
## What changes were proposed in this pull request?
Current docker build script will copy everything under example folder to
docker image if it is invoked in Spark's development directory, this
unnecessarily copies too many files like building temporary files, duplicated
jars into the docker image. So here propose to improve the script.
## How was this patch tested?
Manually verified in local build with minikube.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jerryshao/apache-spark SPARK-24219
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21279.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 #21279
----
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]