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 <[email protected]>
Date:   2016-09-13T22:16:48Z

    Initial cut at serializing/deserializing with kryo.

commit e63441b219c67549afa67c9791776ef215d39609
Author: cstella <[email protected]>
Date:   2016-09-13T23:23:23Z

    Adjusting the unit and integration tests.

commit db38d987e91416120d0b616cf740e5c0cbdd9003
Author: cstella <[email protected]>
Date:   2016-09-14T12:48:45Z

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

commit 4e104afbbf5d3483b1a24599b70b9c3256b917d1
Author: cstella <[email protected]>
Date:   2016-09-15T12:32:49Z

    Updating bloom filter and serializer.

commit 015677e113fb55ac717bde3bb7c3362fd4853cb4
Author: cstella <[email protected]>
Date:   2016-09-15T12:33:51Z

    Merge branch 'master' into METRON-415

commit 929b46510426cdbaa5beb39d86bcca4f645376df
Author: cstella <[email protected]>
Date:   2016-09-15T12:51:15Z

    Cleaned up some naming and unit tests.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to