tree: 9d62d38adb2b9ed8233b22bb1ab4e6412f760b72 [path history] [tgz]
  1. catalogd/
  2. impala_base/
  3. impalad_coord_exec/
  4. impalad_coordinator/
  5. impalad_executor/
  6. statestored/
  7. annotate.py
  8. CMakeLists.txt
  9. configure_test_network.sh
  10. daemon_entrypoint.sh
  11. entrypoint.sh
  12. monitor.py
  13. push-images.sh
  14. README.md
  15. setup_build_context.py
  16. test-with-docker.py
  17. 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 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.