GitHub user mattf opened a pull request:

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

    [SPARK-1701] Clarify slice vs partition in the programming guide

    This is a partial solution to SPARK-1701, only addressing the
    documentation confusion.
    
    Additional work can be to actually change the numSlices parameter name
    across languages, with care required for scala & python to maintain
    backward compatibility for named parameters.

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

    $ git pull https://github.com/mattf/spark SPARK-1701-programming-guide

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

    https://github.com/apache/spark/pull/2299.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 #2299
    
----
commit 7b045e0845b70ccb9b6e197fe36546dccec167c6
Author: Matthew Farrellee <[email protected]>
Date:   2014-09-06T12:55:12Z

    [SPARK-1701] Clarify slice vs partition in the programming guide
    
    This is a partial solution to SPARK-1701, only addressing the
    documentation confusion.
    
    Additional work can be to actually change the numSlices parameter name
    across languages, with care required for scala & python to maintain
    backward compatibility for named parameters.

----


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