[
https://issues.apache.org/jira/browse/QUARKS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359276#comment-15359276
]
ASF GitHub Bot commented on QUARKS-218:
---------------------------------------
GitHub user dlaboss reopened a pull request:
https://github.com/apache/incubator-quarks/pull/157
QUARKS-218 Add multi-variable JsonAnalytics support
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlaboss/incubator-quarks
quarks-218-mvJsonAnalytics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quarks/pull/157.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 #157
----
commit 5eefc1f5b143e866a8955002eec49efb9d2361ee
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:35:46Z
QUARKS-218 Add multi-variable JsonAnalytics support
commit 5b383e698cf80b9d087b73add122d192f751c5bb
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:43:37Z
tweak javadoc
commit 0d4fa5865d3631cbb2c02fc05bea79701276b31e
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:52:33Z
fix javadoc error
----
> add multivariable JsonAnalytics
> -------------------------------
>
> Key: QUARKS-218
> URL: https://issues.apache.org/jira/browse/QUARKS-218
> Project: Quarks
> Issue Type: New Feature
> Components: Analytics
> Reporter: Dale LaBossiere
> Assignee: Dale LaBossiere
> Priority: Minor
>
> A user recently needed to perform JsonAnalytics on multiple variables and
> JsonAnalytics only has support for single variable aggregations. Incorporate
> what was developed to support it.
> e.g., for a JsonObject that has a "tx", "rx", and "timestamp", generate
> aggregation for:
> tx : MIN, MAX
> rx : MEAN
> timestamp : MAX
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)