wesleypeck / parquet-tools

Command line tools for the parquet project
Apache License 2.0
42 stars 19 forks source link

Add Hadoop dependency. #2

Open calinburloiu opened 10 years ago

calinburloiu commented 10 years ago

Your project didn't compile in my environment because "hadoop-client" dependency was missing. I added the dependency and now it work like charm.

wesleypeck commented 10 years ago

This project has since been merged into the Parquet project proper [1]. It has become a little out dated since then.

[1] https://github.com/Parquet/parquet-mr/tree/master/parquet-tools

calinburloiu commented 10 years ago

Thanks for letting me know. I am using CDH5 from Cloudera which is shipped with parquet 1.2.5. It seems to me that parquet-tools is not included in this version.