You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2020/05/11 18:38:19 UTC

[hive] branch master updated: HIVE-23414: Detail Hive Java Compatibility (David Mollitor, reviewed by Naveen Gangam)

This is an automated email from the ASF dual-hosted git repository.

dmollitor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new ee4daec  HIVE-23414: Detail Hive Java Compatibility (David Mollitor, reviewed by Naveen Gangam)
ee4daec is described below

commit ee4daec7a49e78a5209ca63ae5616331e847c147
Author: David Mollitor <dm...@apache.org>
AuthorDate: Mon May 11 14:37:57 2020 -0400

    HIVE-23414: Detail Hive Java Compatibility (David Mollitor, reviewed by Naveen Gangam)
---
 README.md | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 849b72d..fe5c456 100644
--- a/README.md
+++ b/README.md
@@ -75,9 +75,24 @@ Getting Started
 Requirements
 ============
 
-- Java 1.7 or 1.8
+Java
+------
 
-- Hadoop 1.x, 2.x, 3.x (3.x required for Hive 3.x)
+| Hive Version  | Java Version  |
+| ------------- |:-------------:|
+| Hive 1.0      | Java 6        |
+| Hive 1.1      | Java 6        |
+| Hive 1.2      | Java 7        |
+| Hive 2.x      | Java 7        |
+| Hive 3.x      | Java 8        |
+| Hive 4.x      | Java 8        |
+
+
+Hadoop
+------
+
+- Hadoop 1.x, 2.x
+- Hadoop 3.x (Hive 3.x)
 
 
 Upgrading from older versions of Hive