Github user yaoshengzhe commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36929714
I think reduceByKeyToDriver is a better name and developer could easily
figure out the behavior of this operation. Instead, reduceByKeyLocally is a
little bit confusing
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/72
---
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 enable
Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36656843
Thanks. Merged.
---
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
enab
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36628046
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12993/
---
If your project i
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36628041
Merged build finished.
---
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 t
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36623042
Merged build triggered.
---
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
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/72#issuecomment-36623044
Merged build started.
---
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 th
GitHub user ScrapCodes opened a pull request:
https://github.com/apache/spark/pull/72
SPARK-1164 Deprecated reduceByKeyToDriver as it is an alias for
reduceByKeyLocally
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ScrapCodes/