5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 05:01:06 +08:00

SQOOP-2520: Sqoop2: Update documentation that JDK7+ is required now

(Jarek Jarcec Cecho via Abraham Elmahrek)
This commit is contained in:
Abraham Elmahrek 2015-08-24 13:56:06 -07:00
parent d64cf21563
commit 548dcca423

View File

@ -26,7 +26,7 @@ System Requirement
Java
----
Sqoop written in Java and using version 1.6. You can `download java <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_ and install. Locate JAVA_HOME to installed directroy, e.g. export JAVA_HOME=/usr/lib/jvm/jdk1.6.0_32.
Sqoop has been developped and test only with JDK from `Oracle <http://www.oracle.com/technetwork/java/javase/downloads/index.html>`_ and we require at least version 7 (we're not supporting JDK 1.6 and older releases).
Maven
-----