Github user rimolive commented on a diff in the pull request:
https://github.com/apache/spark/pull/21572#discussion_r195795650
--- 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 --
Good idea. This message is better.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]