From 548dcca423db76c9fe5828af6ddca6a22ee50c68 Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Mon, 24 Aug 2015 13:56:06 -0700 Subject: [PATCH] SQOOP-2520: Sqoop2: Update documentation that JDK7+ is required now (Jarek Jarcec Cecho via Abraham Elmahrek) --- docs/src/site/sphinx/DevEnv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/site/sphinx/DevEnv.rst b/docs/src/site/sphinx/DevEnv.rst index 1fd55de9..3b72e06d 100644 --- a/docs/src/site/sphinx/DevEnv.rst +++ b/docs/src/site/sphinx/DevEnv.rst @@ -26,7 +26,7 @@ System Requirement Java ---- -Sqoop written in Java and using version 1.6. You can `download java `_ 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 `_ and we require at least version 7 (we're not supporting JDK 1.6 and older releases). Maven -----