LENS-539 : Fix issues in README and pom.xml reported in 2.1 release
Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/0776290e Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/0776290e Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/0776290e Branch: refs/heads/current-release-line Commit: 0776290ea258d1d289f93ec27a4705fafb428310 Parents: 1b1d335 Author: Yash Sharma <[email protected]> Authored: Thu Jun 11 11:09:14 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Thu Jun 11 11:09:14 2015 +0530 ---------------------------------------------------------------------- README.md | 18 +++++++++++++++--- pom.xml | 30 ++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/0776290e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4cd8e79..769acda 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,21 @@ Apache Lens Apache Lens is a unified Analytics Platform. Lens aims to cut the Data Analytics silos by providing a single view of data across multiple tiered data stores and optimal execution environment for the analytical query. -Building source : -Requires JDK(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. +Prerequisites : +Apache Lens requires JDK(1.7) and Apache Maven(3.x) to be installed for the build. Build does not pass with JDK(1.8) yet. +JAVA_HOME is required for running tests. + +Confirm versions : + # java -version + # mvn --version + # echo ${JAVA_HOME} + +Additionally MAVEN_OPTS can be configured as : + # export MAVEN_OPTS="-Xms512m -Xmx2048" + +Build the project : + # mvn clean package + See [Development Environment Setup] (http://lens.incubator.apache.org/developer/contribute.html#Development_Environment_Setup) and [Building from source] (http://lens.incubator.apache.org/developer/contribute.html#Building_from_source) docs for http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/0776290e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 645e2f4..e2cbac5 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,6 @@ <id>amareshwari</id> <email>[email protected]</email> <name>Amareshwari Sriramadasu</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -187,7 +186,6 @@ <id>gunther</id> <email>[email protected]</email> <name>Gunther Hagleitner</name> - <organization>Hortonworks</organization> <timezone>-8</timezone> <roles> <role>PPMC</role> @@ -198,7 +196,6 @@ <id>jdhok</id> <email>[email protected]</email> <name>Jaideep Dhok</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -209,7 +206,6 @@ <id>raghavsingh</id> <email>[email protected]</email> <name>Raghavendra Singh</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -220,7 +216,6 @@ <id>prongs</id> <email>[email protected]</email> <name>Rajat Khandelwal</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -231,7 +226,6 @@ <id>sharad</id> <email>[email protected]</email> <name>Sharad Agarwal</name> - <organization>Flipkart</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -242,7 +236,6 @@ <id>sreekanth</id> <email>[email protected]</email> <name>Sreekanth Ramakrishnan</name> - <organization>SoftwareAG</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -253,7 +246,6 @@ <id>sriksun</id> <email>[email protected]</email> <name>Srikanth Sundarrajan</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -264,7 +256,6 @@ <id>sumasai</id> <email>[email protected]</email> <name>Suma Shivaprasad</name> - <organization>InMobi</organization> <timezone>+5.5</timezone> <roles> <role>PPMC</role> @@ -275,13 +266,32 @@ <id>vikram</id> <email>[email protected]</email> <name>Vikram Dixit</name> - <organization>Hortonworks</organization> <timezone>-8</timezone> <roles> <role>PPMC</role> <role>Committer</role> </roles> </developer> + <developer> + <id>himanshugahlaut</id> + <email>[email protected]</email> + <name>Himanshu Gahlaut</name> + <timezone>+5.5</timezone> + <roles> + <role>PPMC</role> + <role>Committer</role> + </roles> + </developer> + <developer> + <id>arshadmatin</id> + <email>[email protected]</email> + <name>Arshad Matin</name> + <timezone>+5.5</timezone> + <roles> + <role>PPMC</role> + <role>Committer</role> + </roles> + </developer> </developers> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-lens.git</connection>
