GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/7996
[SPARK-9467][SQL]Add SQLMetric to specialize accumulators to avoid boxing
This PR adds SQLMetric/SQLMetricParam/SQLMetricValue to specialize
accumulators to avoid boxing. All SQL metrics should use these classes rather
than `Accumulator`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark sql-accu
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7996.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 #7996
----
commit 42f50c30be0bfb17a3af37948bb06136acd6983c
Author: zsxwing <[email protected]>
Date: 2015-08-06T15:39:52Z
Add SQLMetric to specialize accumulators to avoid boxing
----
---
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]