This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new ddc7747 PARQUET-1509: Note Hive deprecation in README. (#602)
ddc7747 is described below
commit ddc77471e595f5335540c2385c9ab900510d485e
Author: BELUGABEHR <BELUGABEHR@users.noreply.github.com>
AuthorDate: Sun Jan 27 16:42:58 2019 -0500
PARQUET-1509: Note Hive deprecation in README. (#602)
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 07e1908..e0b4e7f 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,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
@@ -127,6 +127,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`
|