hy5446 created PARQUET-144:
------------------------------
Summary: 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.0rc2
Reporter: hy5446
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)