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

Thomas Graves updated SPARK-18357:
----------------------------------
    Assignee: Kishor Patil

> 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
>            Assignee: Kishor Patil
>            Priority: Blocker
>             Fix For: 2.1.0, 2.2.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to