Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.2.0
-
None
Description
SPARK-10643 added the ability for spark-submit to download remote file in client mode.
However in yarn mode this introduced a bug where it downloads them for the client but then yarn client just reuploads them to HDFS and uses them again. This should not happen when the remote file is HDFS. This is wasting resources and its defeating the distributed cache because if the original object was public it would have been shared by many users. By us downloading and reuploading, it becomes private.
Attachments
Issue Links
- is broken by
-
SPARK-10643 Support remote application download in client mode spark submit
- Resolved
- relates to
-
SPARK-21689 Spark submit will not get kerberos token token when hbase class not found
- Closed
- links to