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/09/15 13:26:20 UTC

[jira] [Commented] (METRON-415) Allow a Profile to Store Any Type as its Value

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

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

GitHub user cestella opened a pull request:

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

    METRON-415: Allow a Profile to Store Any Type as its Value

    The profiler currently only supports profile's with one of the following numeric types; Integer, Short, Long, Double, or Float. There will be cases where a user will want to store non-numeric Objects like distributional statistics or a bloom filters. Enhance the Profiler to allow storage of any Object.

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

    $ git pull https://github.com/cestella/incubator-metron METRON-415

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

    https://github.com/apache/incubator-metron/pull/253.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 #253
    
----
commit 39d5119f26f85de55b5868fc95b1c02688cf6085
Author: cstella <ce...@gmail.com>
Date:   2016-09-13T22:16:48Z

    Initial cut at serializing/deserializing with kryo.

commit e63441b219c67549afa67c9791776ef215d39609
Author: cstella <ce...@gmail.com>
Date:   2016-09-13T23:23:23Z

    Adjusting the unit and integration tests.

commit db38d987e91416120d0b616cf740e5c0cbdd9003
Author: cstella <ce...@gmail.com>
Date:   2016-09-14T12:48:45Z

    Adjusted serializer to fallback initialization strategy and support serializing bloom filters.

commit 4e104afbbf5d3483b1a24599b70b9c3256b917d1
Author: cstella <ce...@gmail.com>
Date:   2016-09-15T12:32:49Z

    Updating bloom filter and serializer.

commit 015677e113fb55ac717bde3bb7c3362fd4853cb4
Author: cstella <ce...@gmail.com>
Date:   2016-09-15T12:33:51Z

    Merge branch 'master' into METRON-415

commit 929b46510426cdbaa5beb39d86bcca4f645376df
Author: cstella <ce...@gmail.com>
Date:   2016-09-15T12:51:15Z

    Cleaned up some naming and unit tests.

----


> Allow a Profile to Store Any Type as its Value
> ----------------------------------------------
>
>                 Key: METRON-415
>                 URL: https://issues.apache.org/jira/browse/METRON-415
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Nick Allen
>            Assignee: Casey Stella
>
> The profiler currently only supports profile's with one of the following numeric types; Integer, Short, Long, Double, or Float.  There will be cases where a user will want to store non-numeric Objects like distributional statistics or a bloom filters.  Enhance the Profiler to allow storage of any Object.



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