Github user rimolive commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21572#discussion_r195795697
  
    --- Diff: 
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh ---
    @@ -110,8 +110,7 @@ case "$SPARK_K8S_CMD" in
         ;;
     
       *)
    -    echo "Unknown command: $SPARK_K8S_CMD" 1>&2
    -    exit 1
    +    CMD=("$@")
    --- End diff --
    
    +1, I'll make the change.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to