You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "VinothKumar Raman (Jira)" <ji...@apache.org> on 2021/08/26 10:13:00 UTC

[jira] [Created] (SPARK-36599) ExecutorClassLoader no longer works with Http based Class Servers

VinothKumar Raman created SPARK-36599:
-----------------------------------------

             Summary: ExecutorClassLoader no longer works with Http based Class Servers
                 Key: SPARK-36599
                 URL: https://issues.apache.org/jira/browse/SPARK-36599
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.1.2
            Reporter: VinothKumar Raman


There are 2 primary issues,
 * If the classServer uri is `{{http://host:port}}` instead of `{{http://host:port/}}` the getPath on the URI object returns empty string and subsequently causes Path creation to fail with Path cannot be empty++
 * This is a regression issue and transitively a hadoop issue too, the Http Filesystem fails with URI not absolute error unlike other filesystems when the path doesn't have scheme or authority. This used to work when there was http specific implementation and no longer work with Filesystem based implementation

https://issues.apache.org/jira/browse/HADOOP-17870



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org