You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/23 22:56:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15390863#comment-15390863 ] 

ASF GitHub Bot commented on PIRK-25:
------------------------------------

Github user tellison commented on the issue:

    https://github.com/apache/incubator-pirk/pull/18
  
    Ah, I guess you are looking at the current code (pre-PR).  I in-lined that ```fs``` definition as it is only used once.


> 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)