tree: d0ab25bbec5f0587b147e86c180bd2f58289438a [path history] [tgz]
  1. catalogd/
  2. coord_exec/
  3. coordinator/
  4. executor/
  5. impala_base/
  6. statestored/
  7. annotate.py
  8. CMakeLists.txt
  9. configure_test_network.sh
  10. daemon_entrypoint.sh
  11. entrypoint.sh
  12. monitor.py
  13. README.md
  14. setup_build_context.py
  15. test-with-docker.py
  16. timeline.html.template
docker/README.md

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 experimental infrastructure to build impala_base, catalogd, impalad and statestored 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.