LENS-1518: Missing self for ignore cert variable in query.py file
3 files changed
tree: c4b62452afa31eb44e238992ce1f47cb22059801
  1. bin-dist-files/
  2. checkstyle/
  3. contrib/
  4. lens-api/
  5. lens-cli/
  6. lens-client/
  7. lens-cube/
  8. lens-dist/
  9. lens-docker/
  10. lens-driver-es/
  11. lens-driver-hive/
  12. lens-driver-jdbc/
  13. lens-examples/
  14. lens-ml-dist/
  15. lens-ml-lib/
  16. lens-query-lib/
  17. lens-regression/
  18. lens-server/
  19. lens-server-api/
  20. lens-ship-jars/
  21. lens-storage-db/
  22. lens-ui/
  23. src/
  24. tools/
  25. .gitignore
  26. .reviewboardrc
  27. LICENSE
  28. License-Header.txt
  29. NOTICE
  30. pom.xml
  31. README.md
README.md

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