You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2018/11/14 17:35:00 UTC

[jira] [Resolved] (SPARK-23067) Allow for easier debugging of the docker container

     [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org