Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.1.0
-
None
Description
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.") + }Attachments
Issue Links
- is broken by
-
SPARK-18099 Spark distributed cache should throw exception if same file is specified to dropped in --files --archives
- Resolved
- links to