You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/04/15 21:47:50 UTC

[26/30] incubator-lens git commit: LENS-343: Updates docs wrt java and hadoop version compatibility(Amareshwari Sriramadasu via prongs) Java versions 1.6 and 1.7 work. Hadoop version tested upto 2.4

LENS-343: Updates docs wrt java and hadoop version compatibility(Amareshwari Sriramadasu via prongs)
Java versions 1.6 and 1.7 work. Hadoop version tested upto 2.4


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/6a85389c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/6a85389c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/6a85389c

Branch: refs/heads/master
Commit: 6a85389cc6a412abc5fc72442d9148a91131d3b5
Parents: fe7abd0
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Tue Feb 24 11:42:41 2015 +0530
Committer: Rajat Khandelwal <pr...@apache.org>
Committed: Tue Feb 24 11:42:41 2015 +0530

----------------------------------------------------------------------
 README.md                             | 2 +-
 src/site/apt/admin/deployment.apt     | 4 ++--
 src/site/apt/developer/contribute.apt | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6a85389c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 08f995b..c9163ee 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Apache Lens is a unified Analytics Platform. Lens aims to cut the Data Analytics
 across multiple tiered data stores and optimal execution environment for the analytical query.
 
 Building source :
-Requires JDK(1.6+) and Apache Maven(3.x) to be installed for the build.
+Requires JDK(1.6, 1.7) and Apache Maven(3.x) to be installed for the build. Build does not pass with JDK(1.8) yet.
 Please run <mvn clean package> to build the project.
 
 See [Development Environment Setup] (http://lens.incubator.apache.org/developer/contribute.html#Development_Environment_Setup)

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6a85389c/src/site/apt/admin/deployment.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/admin/deployment.apt b/src/site/apt/admin/deployment.apt
index afa524d..7fbeb56 100644
--- a/src/site/apt/admin/deployment.apt
+++ b/src/site/apt/admin/deployment.apt
@@ -36,9 +36,9 @@ Lens server deployment
 
 * Dependencies and their versions
 
-   * Requires java 1.6+
+   * Requires java 1.6+, Does not work with java 1.8 yet.
 
-   * Requires Hadoop 2.x+
+   * Requires Hadoop 2.x+. Tested upto hadoop 2.4.
 
    * Requires Hive metastore 0.13+
 

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6a85389c/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index c8885d6..bcce161 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -67,9 +67,9 @@ Developer Documentation : How to contribute to Apache Lens?
 
 ** Build tools
 
-  * A Java Development Kit. You can use any thing about java6.
+  * A Java Development Kit. You can use java6 or java7. Build does not pass with java8 yet.
 
-  * Apache maven
+  * Apache maven (3.x+)
 
   Ensure all the tools are installed by executing mvn, git and javac respectively.