GitHub user JoshRosen opened a pull request:

    https://github.com/apache/spark/pull/2683

    [SPARK-2585] Remove special handling of Hadoop JobConf

    > Previously we broadcast JobConf for HadoopRDD because it is large. Now we 
always broadcast RDDs and task closures so it should no longer be necessary to 
broadcast the JobConf anymore.
    
    This is a resubmission of @rxin's #1648 (closes #1648).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JoshRosen/spark SPARK-2585

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2683.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2683
    
----
commit 1980f5ec1375385fe6b35bc755e3de3ff6c88472
Author: Reynold Xin <[email protected]>
Date:   2014-07-30T04:39:14Z

    [SPARK-2585] Remove special handling of Hadoop JobConf.
    
    Conflicts:
        core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala
        sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala

commit d16102d97a958396c99f159b913efbd33eb2a105
Author: Reynold Xin <[email protected]>
Date:   2014-07-30T23:27:45Z

    Remove JobConf broadcast comment.

commit 1d67d9d8283d0d64949f48b2e3a15c9a23d3b169
Author: Josh Rosen <[email protected]>
Date:   2014-10-06T22:52:02Z

    Add comment to address Aaron's review comment in #1648.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to