Github user ash211 commented on the pull request:
https://github.com/apache/spark/pull/841#issuecomment-43674365
Thanks for the contribution! Could use it in my own workflows.
Python ints are signed 32 bit numbers right? Should make that a long
explicitly unless python does the right thing with promoting to a long
rather than overflowing.
On May 20, 2014 12:44 PM, "kanzhang" <[email protected]> wrote:
> @marmbrus <https://github.com/marmbrus> I tried to implement the formula
> you gave on the mailing list. Not sure if I missed anything. Pls take a
> look. Note I changed Count() to return Long to match RDD.count(). On the
> python side, the original rdd.count() returns Int.
>
> â
> Reply to this email directly or view it on
GitHub<https://github.com/apache/spark/pull/841#issuecomment-43673656>
> .
>
---
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.
---