You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ho...@apache.org on 2020/06/08 23:06:27 UTC

[spark] branch branch-3.0 updated: [SPARK-31934][BUILD] Remove set -x from docker image tool

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 <hk...@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 <hk...@apple.com>
    Signed-off-by: Holden Karau <hk...@apple.com>
    (cherry picked from commit 06959ebc399e4fa6a90c30e4f0c897cad1f6a496)
    Signed-off-by: Holden Karau <hk...@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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org