This is an automated email from the ASF dual-hosted git repository. holden pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new bd0f5f2 [SPARK-31934][BUILD] Remove set -x from docker image tool bd0f5f2 is described below commit bd0f5f2c57ae954d29b0940c1cff77cd2fff8ed7 Author: Holden Karau <hka...@apple.com> AuthorDate: Mon Jun 8 16:03:13 2020 -0700 [SPARK-31934][BUILD] Remove set -x from docker image tool ### What changes were proposed in this pull request? Remove `set -x` from the docker image tool. ### Why are the changes needed? The image tool prints out information that may confusing. ### Does this PR introduce _any_ user-facing change? Less information is displayed by the docker image tool. ### How was this patch tested? Ran docker image tool locally. Closes #28759 from holdenk/SPARK-31934-remove-extranious-info-from-the-docker-image-tool. Authored-by: Holden Karau <hka...@apple.com> Signed-off-by: Holden Karau <hka...@apple.com> (cherry picked from commit 06959ebc399e4fa6a90c30e4f0c897cad1f6a496) Signed-off-by: Holden Karau <hka...@apple.com> --- bin/docker-image-tool.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/docker-image-tool.sh b/bin/docker-image-tool.sh index 8a01b80..6d74f83 100755 --- a/bin/docker-image-tool.sh +++ b/bin/docker-image-tool.sh @@ -19,8 +19,6 @@ # This script builds and pushes docker images when run from a release of Spark # with Kubernetes support. -set -x - function error { echo "$@" 1>&2 exit 1 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org