mirror of
https://github.com/apache/impala.git
synced 2026-01-09 15:00:11 -05:00
Configures the built container to enter into a script that starts the minicluster. As a result, "docker run -ti <container>" will launch the user into a shell with the Impala minicluster and the impala development cluster running. To handle cases where users don't specify --privileged, we skip Kudu if it NTP seems unavailable. Change-Id: Ib8d6a28d4cb4ab019cd72415024b23374a6d9e2f Reviewed-on: http://gerrit.cloudera.org:8080/11781 Reviewed-by: Philip Zeyliger <philip@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@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.