GitHub user dwmclary opened a pull request:
https://github.com/apache/spark/pull/144
Spark 1246 add min max to stat counter
Here's the addition of min and max to statscounter.py and min and max
methods to rdd.py.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dwmclary/spark
SPARK-1246-add-min-max-to-stat-counter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/144.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 #144
----
commit 491601600a09de1f7f3b46b7459e320d4933cb08
Author: Dan McClary <[email protected]>
Date: 2014-03-11T06:58:32Z
added histogram method, added max and min to statscounter
commit eaf89d957e84d3b926f6c5f3f65acb8764c7ec2f
Author: Dan McClary <[email protected]>
Date: 2014-03-11T07:34:30Z
added correct doctest for histogram
commit 29981f20c28101a34bb15e939062dc24677c4773
Author: Dan McClary <[email protected]>
Date: 2014-03-11T07:57:33Z
fixed indentation on doctest comment
commit 37a7deabb2bfffd7ced1c15d6a079e942b73e7b6
Author: Dan McClary <[email protected]>
Date: 2014-03-11T18:44:22Z
cleaned up boundaries for histogram -- uses real min/max when buckets are
derived
commit 1e7056db8a9ce0364e46ad0e269bc1de9f9925f4
Author: Dan McClary <[email protected]>
Date: 2014-03-12T17:42:09Z
added underscore to getBucket
commit ed6713682ac5822b80f23fe1752c058e94033900
Author: Dan McClary <[email protected]>
Date: 2014-03-14T17:56:22Z
broke min/max out into separate transaction, added to rdd.py
----
---
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.
---