Files
impala/docker/README.md
Tim Armstrong 28d5a8299c IMPALA-8119: document how to set heap size in docker
JAVA_TOOL_OPTIONS is a standard mechanism to pass arguments to a JVM.
Let's just document this as the canonical way to pass in the heap size.

Change-Id: Ie6ddba3c42a698b52d7c4e2ff6a9c73068e198b2
Reviewed-on: http://gerrit.cloudera.org:8080/13119
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2019-04-26 02:28:45 +00:00

518 B

Docker-related scripts for Impala

test-with-docker.py runs the Impala build and tests inside of Docker containers, parallelizing the test execution across test suites. See that file for more details.

This also contains infrastructure to build impala_base, catalogd, ``statestored, impalad_coordinator, impalad_executorandimpalad_coord_exec` container images from the output of an Impala build. The containers can be built via the CMake target docker_images. See CMakeLists.txt for the build targets.