Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Parquet is a very active project, and new features are being added quickly. Here


* Type-specific encoding
* Hive integration
* Hive integration (deprecated)
* Pig integration
* Cascading integration
* Crunch integration
Expand Down Expand Up @@ -134,6 +134,8 @@ If the data was stored using Pig, things will "just work". If the data was store

Hive integration is provided via the [parquet-hive](https://github.com/apache/parquet-mr/tree/master/parquet-hive) sub-project.

Hive integration is now deprecated within the Parquet project. It is now maintained by Apache Hive.

## Build

To run the unit tests: `mvn test`
Expand Down