[
https://issues.apache.org/jira/browse/PARQUET-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648824#comment-14648824
]
hy5446 commented on PARQUET-144:
--------------------------------
Any comments on this? I've gone through google and seems there is no such
method. I don't understand why, because testing is pretty common concern and
the file handling logic must be somewhere in the code anyway.
> 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)