Hi there,
I'm looking to implement a Parquet reader in Scala. I've found the parquet-mr project, but it doesn't seem to build for me. I found a few Stackoverflow posts (http://stackoverflow.com/questions/31229445/build-failure-apache-parquet-mr-source-mvn-install-failure, and http://stackoverflow.com/questions/33492447/parquet-file-reader?lq=1), where other people are reporting the same issue. Either way, my main question is this: In implementing a Parquet reader, is it really required that I add the entire parquet-mr project, or is there a subset I could use for just the reading capabilities? Thank you, James Decker [email protected]
