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

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

Tathagata Das created SPARK-4612:
------------------------------------

             Summary: 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