Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15393
Change subject: [docker] Add an Impala quickstart image ...................................................................... [docker] Add an Impala quickstart image This patch adds an `impala` target that can be built and published for use in quickstart examples. The image is a single node Impala cluster with a Hive metastore backed by Derby. This image is purpose build for quickstart usage only and shouldn't be used for production or multi-node deployments. The final image size is ~2GB uncompressed. The build and runtime images reuse the dev and runtime base images from Kudu given the additional libraries needed are nominal in size and the reuse cuts back on code duplication. This image will be used in an Impala quickstart guide that will be added in a follow on patch. Change-Id: I2d88bcb52f793c0fc83c4f84a9b56c5b961e58d5 --- M .dockerignore M docker/Dockerfile M docker/bootstrap-dev-env.sh A docker/bootstrap-java-env.sh A docker/bootstrap-maven-env.sh M docker/bootstrap-runtime-env.sh A docker/impala-entrypoint.sh A docker/impala/etc/hadoop/conf/core-site.xml A docker/impala/etc/hive/conf/hive-site.xml 9 files changed, 437 insertions(+), 26 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/15393/1 -- To view, visit http://gerrit.cloudera.org:8080/15393 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2d88bcb52f793c0fc83c4f84a9b56c5b961e58d5 Gerrit-Change-Number: 15393 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
