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

    https://github.com/apache/spark/pull/21572#discussion_r195787809
  
    --- Diff: 
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh ---
    @@ -38,10 +38,10 @@ fi
     
     SPARK_K8S_CMD="$1"
     if [ -z "$SPARK_K8S_CMD" ]; then
    -  echo "No command to execute has been provided." 1>&2
    -  exit 1
    +  echo "No command to execute has been provided. Ignoring spark-on-k8s 
workflow..." 1>&2
    --- End diff --
    
    I'd propose:
    "No SPARK_K8S_CMD provided: proceeding in pass-through mode..."


---

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

Reply via email to