You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/15 20:13:21 UTC

[jira] [Commented] (METRON-367) Enhance Profiler to Support Multiple Numeric Types

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

ASF GitHub Bot commented on METRON-367:
---------------------------------------

GitHub user nickwallen opened a pull request:

    https://github.com/apache/incubator-metron/pull/212

    METRON-367 Enhance Profiler to Support Multiple Numeric Types

    The Profiler currently only allows a profile to produce a Double value as a result. The Profiler should be enhanced so that a Profile can write any common numeric type including Double, Long, Short, Integer, and Float.  The type written depends on the Stellar code that is written as part of the profile definition.
    
    Depends on METRON-309 changes.

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

    $ git pull https://github.com/nickwallen/incubator-metron METRON-367

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

    https://github.com/apache/incubator-metron/pull/212.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 #212
    
----
commit 11ef29bb73c8363b1c905f597be496929b77888f
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-07-29T20:53:49Z

    METRON-309 Create a normalcy profiler

commit 28560b36273271c438c3309df610a4c4306ffdde
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-11T20:46:00Z

    METRON-309 Corrected a typo in the 'Getting Started' instructions

commit d55d32efeea38f52bd9d1095aa6f8817bc15f0a5
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T13:16:19Z

    METRON-309 Altered based on Stellar Unification changes

commit ca81339e0f326dc04110eafd74fd0879dfe1a029
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T13:23:06Z

    METRON-309 Need to set the kafka broker in the Profiler topology properties

commit 712a1083c21eb8f7c0d81511d432c054792ebe9b
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T15:17:47Z

    METRON-309 Updated examples to use latest Stellar binary functions

commit 01aa1f972324f97b231b7d9a26f122891a1b6d50
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-15T18:03:49Z

    METRON-309 Fixed the README examples and added each as an integration test.

commit d9e2c5e568292c4a08c6c6c314d3c2e8a9ea38be
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-15T20:08:26Z

    METRON-367 Enhance Profiler to Support Multiple Numeric Types

----


> Enhance Profiler to Support Multiple Numeric Types
> --------------------------------------------------
>
>                 Key: METRON-367
>                 URL: https://issues.apache.org/jira/browse/METRON-367
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> The Profiler currently only allows a profile to produce a Double value.  The Profiler should be enhanced so that a Profile can write any common numeric type including Double, Long, Short, Integer, and Float. 



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