From dae84862ffb80ea8ef214a5ed2482515a2c5b253 Mon Sep 17 00:00:00 2001 From: Beluga Behr Date: Fri, 25 Jan 2019 12:26:13 -0500 Subject: [PATCH] PARQUET-1509: Update Docs for Hive Deprecation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`