GitHub user sun-rui opened a pull request:

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

    [SPARK-13178] RRDD faces with concurrency issue in case of 
rdd.zip(rdd).count().

    ## What changes were proposed in this pull request?
    The concurrency issue reported in SPARK-13178 was fixed by the PR 
https://github.com/apache/spark/pull/10947 for SPARK-12792. 
    This PR just removes a workaround not needed anymore.
    
    
    ## How was this patch tested?
    SparkR unit tests.

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

    $ git pull https://github.com/sun-rui/spark SPARK-13178

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

    https://github.com/apache/spark/pull/12606.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 #12606
    
----
commit 95b11bfa75903d62003029d1b5ce1d4cb8ac6943
Author: Sun Rui <[email protected]>
Date:   2016-04-22T08:12:25Z

    [SPARK-13178] RRDD faces with concurrency issue in case of 
rdd.zip(rdd).count().

----


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