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

Sean R. Owen resolved SPARK-38202.
----------------------------------
    Resolution: Not A Problem

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

Reply via email to