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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to