[
https://issues.apache.org/jira/browse/QUARKS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375467#comment-15375467
]
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 7ede18a1dff26c8eaf78cbc7a91f315525832a03
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:35:46Z
QUARKS-218 Add multi-variable JsonAnalytics support
commit 6b5e21d98423359d7a09e6e19626ba201806035f
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:43:37Z
tweak javadoc
commit 282eb4f3ab1df29d9e02b7d3047bc33725f4c071
Author: Dale LaBossiere <[email protected]>
Date: 2016-06-30T20:52:33Z
fix javadoc error
commit a5317132e867767eea90a102b040b08839381c71
Author: Dale LaBossiere <[email protected]>
Date: 2016-07-12T21:55:11Z
test mvAggregate/List, mkAggregationSpec, hasMvAggregate, getMvAggregate
----
> 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)