diff --git a/README.md b/README.md index 253032a920..ae77fcd036 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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`