[ https://issues.apache.org/jira/browse/SPARK-23067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcelo Vanzin resolved SPARK-23067. ------------------------------------ Resolution: Duplicate This was added in SPARK-24534. Yay for searching before filing a new bug... > Allow for easier debugging of the docker container > -------------------------------------------------- > > Key: SPARK-23067 > URL: https://issues.apache.org/jira/browse/SPARK-23067 > Project: Spark > Issue Type: Bug > Components: Kubernetes > Affects Versions: 2.3.0 > Reporter: Anirudh Ramanathan > Priority: Minor > > `docker run -it foxish/spark:v2.3.0 /bin/bash` fails because we don't accept > any command except (driver, executor and init). Consider piping the unknown > commands through when they're unknown. > It is still possible to do something like: > `docker run -it --entrypoint=/bin/bash foxish/spark:v2.3.0` now for debugging > but it's common to try and run a different command as specified above. Also > consider documenting how to debug/inspect the docker images. > [~vanzin] [~kimoonkim] -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org