You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Saisai Shao (JIRA)" <ji...@apache.org> on 2016/10/12 07:59:20 UTC

[jira] [Closed] (SPARK-17814) spark submit arguments are truncated in yarn-cluster mode

     [ https://issues.apache.org/jira/browse/SPARK-17814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Saisai Shao closed SPARK-17814.
-------------------------------
    Resolution: Won't Fix

> spark submit arguments are truncated in yarn-cluster mode
> ---------------------------------------------------------
>
>                 Key: SPARK-17814
>                 URL: https://issues.apache.org/jira/browse/SPARK-17814
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Submit, YARN
>    Affects Versions: 1.6.1
>            Reporter: shreyas subramanya
>            Priority: Minor
>
> {noformat}
> One of our customers is trying to pass in json through spark-submit as follows:
> spark-submit --verbose --class SimpleClass --master yarn-cluster ./simple.jar "{\"mode\":\"wf\", \"arrays\":{\"array\":[1]}}"
> The application reports the passed arguments as: {"mode":"wf", "arrays":{"array":[1]
> If the same application is submitted in yarn-client mode, as follows:
> spark-submit --verbose --class SimpleClass --master yarn-client ./simple.jar "{\"mode\":\"wf\", \"arrays\":{\"array\":[1]}}"
> The application reports the passed args as: {"mode":"wf", "arrays":{"array":[1]}}
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org