You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "Ellison Anne Williams (JIRA)" <ji...@apache.org> on 2016/07/24 12:57:20 UTC

[jira] [Closed] (PIRK-25) Serialization and storage changes to Querier, Query, and Response

     [ https://issues.apache.org/jira/browse/PIRK-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ellison Anne Williams closed PIRK-25.
-------------------------------------

> Serialization and storage changes to Querier, Query, and Response
> -----------------------------------------------------------------
>
>                 Key: PIRK-25
>                 URL: https://issues.apache.org/jira/browse/PIRK-25
>             Project: PIRK
>          Issue Type: Improvement
>          Components: Querier, Responder
>            Reporter: Tim Ellison
>            Assignee: Tim Ellison
>
> Introduce serialization services that can flatten objects into a
> variety of different formats. Currently just reusing the Java
> serialization code until the project is ready to adopt other
> serializers.
> Introduce storage services that can store objects and retrieve them.
> Currently just reusing the local file system and HDFS. The storage
> service uses one of the serialization services to flatten the objects.
> Remove code from Querier, Query, and Response that was serializing
> and storing each of them; and update the callers to use the storage
> services.



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