Mirror of Apache Lens

Clone this repo:
  1. 3126f2e Merge pull request #36 from apache/dependabot/maven/com.mchange-c3p0-0.9.5.4 by Amareshwari · 4 years, 6 months ago master
  2. e121b41 Bump c3p0 from 0.9.5 to 0.9.5.4 by dependabot[bot] · 4 years, 6 months ago
  3. 4907964 Merge pull request #34 from RajashekharInmobi/master by Amareshwari · 4 years, 10 months ago
  4. 24783d6 fixed unit test case by Rajashekhar · 4 years, 10 months ago
  5. af1f5d4 fixed unit test case by Rajashekhar · 4 years, 10 months ago

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.

Prerequisites : Apache Lens requires JDK(>=1.8) and Apache Maven(3.x) to be installed for the build.

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=“-Xmx1024m”

Build the project :

mvn clean package

See [Development Environment Setup] (http://lens.apache.org/developer/contribute.html#Development_Environment_Setup) and [Building from source] (http://lens.apache.org/developer/contribute.html#Building_from_source) docs for more details.

Detailed documentation for the project is available here