-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add parquet support #46
Comments
I'd like to have this too. I haven't used Parquet yet, but it seems it would speed up most of my queries. Do you have a list of the work that needs to be done? |
No, I don't have a list. I have a branch with a skeleton for it locally. On Tue, Apr 15, 2014 at 4:10 AM, Jeroen van Dijk
|
Ok so you are saying subclassing PailFormat for Parquet like in SequenceFileFormat.java would do the trick, right? |
basically, yes. On Tue, Apr 15, 2014 at 9:09 AM, Jeroen van Dijk
|
Cool, I'll give it a try soon |
Hi Jeroen, were you able to get this to work? I'm looking at doing the same thing. |
@caminic Sorry for the late response. No I didn't get to it. Priorities shifted and I also didn't fully see my way through all the Java indirection. Parquet support still sounds useful as it is supported by quite a number of tools these days. |
I'd like to add parquet support in addition to sequence files.
The text was updated successfully, but these errors were encountered: