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

[jira] [Created] (SPARK-26137) Linux file separator is hard coded in DependencyUtils used in deploy process

Mark Pavey created SPARK-26137:
----------------------------------

             Summary: Linux file separator is hard coded in DependencyUtils used in deploy process
                 Key: SPARK-26137
                 URL: https://issues.apache.org/jira/browse/SPARK-26137
             Project: Spark
          Issue Type: Bug
          Components: Deploy
    Affects Versions: 2.4.0, 2.3.2, 2.3.1, 2.3.0
            Reporter: Mark Pavey


During deployment, while downloading dependencies the code tries to remove multiple copies of the application jar from the driver classpath. The Linux file separator ("/") is hard coded here so on Windows multiple copies of the jar are not removed.

This has a knock on effect when trying to use elasticsearch-spark as this library does not run if there are multiple copies of the application jar on the driver classpath.



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