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: [email protected]
For additional commands, e-mail: [email protected]