You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Thomas Graves (JIRA)" <ji...@apache.org> on 2016/11/08 15:57:58 UTC

[jira] [Commented] (SPARK-18357) YARN --files/--archives broke

    [ https://issues.apache.org/jira/browse/SPARK-18357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647941#comment-15647941 ] 

Thomas Graves commented on SPARK-18357:
---------------------------------------

[~kishorvpatil] can you fix please

> YARN --files/--archives broke
> -----------------------------
>
>                 Key: SPARK-18357
>                 URL: https://issues.apache.org/jira/browse/SPARK-18357
>             Project: Spark
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 2.1.0
>            Reporter: Thomas Graves
>            Priority: Blocker
>
> SPARK-18099 broke --files and --archives options.  The check should be ==null instead of !=:
>  if (localizedPath != null) {
>  +            throw new IllegalArgumentException(s"Attempt to add ($file) multiple times" +
>  +              " to the distributed cache.")
>  +          }



--
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