Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
/ lens Public archive

Mirror of Apache Lens

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
License-Header.txt
Notifications You must be signed in to change notification settings

apache/lens

Folders and files

NameName
Last commit message
Last commit date
Jul 24, 2016
May 21, 2017
Jun 4, 2018
Aug 16, 2018
Oct 25, 2017
Jan 29, 2019
Jul 22, 2019
Sep 5, 2017
May 21, 2017
Jun 6, 2017
Aug 13, 2018
Jul 15, 2019
Sep 21, 2018
May 21, 2017
May 21, 2017
Aug 13, 2018
May 21, 2017
Jul 8, 2019
Jul 19, 2019
May 21, 2017
May 21, 2017
Jan 16, 2019
Jan 25, 2019
Apr 20, 2018
Sep 23, 2015
Aug 3, 2015
Nov 10, 2016
Oct 27, 2014
Feb 19, 2016
Jan 16, 2019
Nov 1, 2019

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