You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/26 02:44:12 UTC

[jira] [Commented] (SPARK-4612) Configuration object gets created for every task even if not new file/jar is added

    [ https://issues.apache.org/jira/browse/SPARK-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225574#comment-14225574 ] 

Apache Spark commented on SPARK-4612:
-------------------------------------

User 'tdas' has created a pull request for this issue:
https://github.com/apache/spark/pull/3463

> Configuration object gets created for every task even if not new file/jar is added
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-4612
>                 URL: https://issues.apache.org/jira/browse/SPARK-4612
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Tathagata Das
>            Assignee: Tathagata Das
>
> https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/executor/Executor.scala#L337 creates a configuration object for every task that is launched, even if there is no new dependent file/JAR to update. This is a heavy-weight creation that should be avoided if there is not new file/JAR to update. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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