GitHub user pwendell opened a pull request:

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

    SPARK-1205: Clean up callSite/origin/generator.

    This patch removes the `generator` field and simplifies + documents
    the tracking of callsites.
    
    There are two places where we care about call sites, when a job is
    run and when an RDD is created. This patch retains both of those
    features but does a slight refactoring and renaming to make things
    less confusing.
    
    There was another feature of an rdd called the `generator` which was
    by default the user class that in which the RDD was created. This is
    used exclusively in the JobLogger. It been subsumed by the ability
    to name a job group. The job logger can later be refectored to
    read the job group directly (will require some work) but for now
    this just preserves the default logged value of the user class.
    I'm not sure any users ever used the ability to override this.

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

    $ git pull https://github.com/pwendell/spark callsite

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

    https://github.com/apache/spark/pull/106.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 #106
    
----
commit 576e60bb204b1caedb7696a3365b4f4f2b2c6a81
Author: Patrick Wendell <pwend...@gmail.com>
Date:   2014-03-08T21:43:16Z

    SPARK-1205: Clean up callSite/origin/generator.
    
    This patch removes the `generator` field and simplifies + documents
    the tracking of callsites.
    
    There are two places where we care about call sites, when a job is
    run and when an RDD is created. This patch retains both of those
    features but does a slight refactoring and renaming to make things
    less confusing.
    
    There was another feature of an rdd called the `generator` which was
    by default the user class that in which the RDD was created. This is
    used exclusively in the JobLogger. It been subsumed by the ability
    to name a job group. The job logger can later be refectored to
    read the job group directly (will require some work) but for now
    this just preserves the default logged value of the user class.
    I'm not sure any users ever used the ability to override this.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to