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

ASF GitHub Bot commented on APEXMALHAR-2094:
--------------------------------------------

GitHub user sandeep-n opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/301

    [APEXMALHAR-2094] Quantiles operator

    Addressing JIRA issue 
https://issues.apache.org/jira/browse/APEXMALHAR-2094. 
    Added a new module "sketches" as per 
https://issues.apache.org/jira/browse/APEXMALHAR-2094?focusedCommentId=15296761.
 The sketches module will hold sketching algorithms including quantiles sketch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sandeep-n/incubator-apex-malhar 
APEXMALHAR-2094

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-malhar/pull/301.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 #301
    
----
commit 1aef2635e9bae27df89ca601848bef6a774490a9
Author: Priyanka Gugale <[email protected]>
Date:   2016-02-10T09:15:03Z

    Checkstyle fixes for quantiles code.
    
    APEXMALHAR-1988: Updating cassandra batch fetch logic to use Cassandra 
Paging feature
    
    Created sketches module
    
    Removed datasketches dependency from malhar-library pom
    
    Moved QuantilesEstimator and unit tests to sketches module
    
    rearranged methods
    
    updated summary
    
    anonymous array argument
    
    spelling nits
    
    Moved variable declaration; checkstyle
    
    checkstyle: added indent in license header
    
    checkstyle: added indent in license header
    
    Fixed indentation level.
    
    Fixed indentation level.
    
    fixed license header indent level
    
    stylecheck: fixed indent level

----


> Quantiles sketch operator
> -------------------------
>
>                 Key: APEXMALHAR-2094
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2094
>             Project: Apache Apex Malhar
>          Issue Type: New Feature
>            Reporter: Sandeep Narayanaswami
>            Assignee: Sandeep Narayanaswami
>            Priority: Minor
>
> An operator that "sketches" in an online fashion the probability distribution 
> of an input (numeric) data stream, enabling computation of quantiles and 
> cumulative distribution functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to