Grant Henke has submitted this change and it was merged. ( 
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.

Currently the image only works on Ubuntu distributions due
to Impala side script assumptions. Follow on patches will
fix these issues for other distributions.

Change-Id: I2d88bcb52f793c0fc83c4f84a9b56c5b961e58d5
Reviewed-on: http://gerrit.cloudera.org:8080/15393
Tested-by: Grant Henke <granthe...@apache.org>
Reviewed-by: Andrew Wong <aw...@cloudera.com>
Reviewed-by: Alexey Serbin <aser...@cloudera.com>
Tested-by: Kudu Jenkins
---
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-python-env.sh
M docker/bootstrap-runtime-env.sh
M docker/docker-build.sh
A docker/impala-entrypoint.sh
A docker/impala/etc/hadoop/conf/core-site.xml
A docker/impala/etc/hive/conf/hive-site.xml
M docker/kudu-entrypoint.sh
12 files changed, 493 insertions(+), 33 deletions(-)

Approvals:
  Grant Henke: Verified
  Andrew Wong: Looks good to me, approved
  Alexey Serbin: Looks good to me, approved
  Kudu Jenkins: Verified

--
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: merged
Gerrit-Change-Id: I2d88bcb52f793c0fc83c4f84a9b56c5b961e58d5
Gerrit-Change-Number: 15393
Gerrit-PatchSet: 8
Gerrit-Owner: Grant Henke <granthe...@apache.org>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <granthe...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to