[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 <hkarau@apple.com>
Signed-off-by: Holden Karau <hkarau@apple.com>
This commit is contained in:
Holden Karau 2020-06-08 16:03:13 -07:00
parent 37b7d32dbd
commit 06959ebc39

View file

@ -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