mirror of
https://github.com/apache/impala.git
synced 2025-12-26 14:02:53 -05:00
I often find it tricky to debug network and Impala issues when using our Docker images. This change adds a handful of tools that I frequently miss having. It adds about 6.5% to the image size, they grow from 984MB to 953MB. If people feel that that is too much, I'm happy to cut back on the tools we install. Change-Id: I47c7aa7076cebfa3bfad2029fb1da9e64364f0e6 Reviewed-on: http://gerrit.cloudera.org:8080/13895 Reviewed-by: Lars Volker <lv@cloudera.com> Tested-by: Lars Volker <lv@cloudera.com>
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.