You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2015/07/31 17:30:05 UTC

[jira] [Resolved] (PARQUET-144) read a single file outside of mapreduce framework

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

Ryan Blue resolved PARQUET-144.
-------------------------------
    Resolution: Not A Problem

I'm resolving this as "not a problem" because it is a request for information and I think I've covered the question. In the future, you might have better luck getting information from the mailing list (dev@parquet.apache.org) because that's where we typically see this kind of question.

> read a single file outside of mapreduce framework
> -------------------------------------------------
>
>                 Key: PARQUET-144
>                 URL: https://issues.apache.org/jira/browse/PARQUET-144
>             Project: Parquet
>          Issue Type: Test
>          Components: parquet-mr
>    Affects Versions: 1.6.0
>            Reporter: hy5446
>            Priority: Critical
>
> In my test I would like to read a file that has been written through Parquet + Scrooge. I would like to do it outside of map/reduce or hadoop. Something like this:
> val bytes = readFile("my file")
> val objects = deserializeWithParquetScrooge[MyObjectClass](bytes)
> Is something like this possible? How?



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