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

Apache Spark reassigned SPARK-38202:
------------------------------------

    Assignee:     (was: Apache Spark)

> Invalid URL in SparkContext.addedJars will constantly fails Executor.run()
> --------------------------------------------------------------------------
>
>                 Key: SPARK-38202
>                 URL: https://issues.apache.org/jira/browse/SPARK-38202
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.2.1
>            Reporter: Bo Zhang
>            Priority: Major
>
> When an invalid URL is used in SparkContext.addJar(), all subsequent query 
> executions will fail since downloading the jar is in the critical path of 
> Executor.run(), even when the query has noting to do with the jar. 
> A simple reproduce of the issue:
> {code:java}
> sc.addJar("http://invalid/library.jar";)
> (0 to 1).toDF.count
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to