You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/30 20:46:10 UTC

[jira] [Commented] (QUARKS-218) add multivariable JsonAnalytics

    [ https://issues.apache.org/jira/browse/QUARKS-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357814#comment-15357814 ] 

ASF GitHub Bot commented on QUARKS-218:
---------------------------------------

GitHub user dlaboss opened 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 <dl...@us.ibm.com>
Date:   2016-06-30T20:35:46Z

    QUARKS-218 Add multi-variable JsonAnalytics support

commit 5b383e698cf80b9d087b73add122d192f751c5bb
Author: Dale LaBossiere <dl...@us.ibm.com>
Date:   2016-06-30T20:43:37Z

    tweak javadoc

----


> 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)