[
https://issues.apache.org/jira/browse/SPARK-14836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-14836:
------------------------------------
Assignee: Apache Spark
> Zip local jars before uploading to distributed cache
> ----------------------------------------------------
>
> Key: SPARK-14836
> URL: https://issues.apache.org/jira/browse/SPARK-14836
> Project: Spark
> Issue Type: Improvement
> Components: YARN
> Affects Versions: 2.0.0
> Reporter: Saisai Shao
> Assignee: Apache Spark
> Priority: Minor
>
> Currently if neither {{spark.yarn.jars}} nor {{spark.yarn.archive}} is set
> (by default), Spark on yarn code will upload all the jars in the folder
> separately into distributed cache, this is quite time consuming, and very
> verbose, instead of upload jars separately into distributed cache, here
> changes to zip all the jars first, and then put into distributed cache.
> This will significantly improve the speed of starting time, in my local
> machine, it could save around 5 seconds for the starting period, not to say a
> real cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]