This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 38832f1 [docker] Update the Impala quickstart image to 3.4
38832f1 is described below
commit 38832f17633b186952a677d2653504a7333ef31b
Author: Grant Henke <[email protected]>
AuthorDate: Fri May 1 15:12:11 2020 -0500
[docker] Update the Impala quickstart image to 3.4
This patch updates the Impala quickstart image to use the latest
Apache Impala 3.4.0 release.
I tested this by building the image and running through the
quickstart steps with the new image.
https://github.com/apache/kudu/tree/master/examples/quickstart/impala
Change-Id: I1bfd7b71035a05f8ca20660454a8e22d5fcd9539
Reviewed-on: http://gerrit.cloudera.org:8080/15842
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 8cf3fa5..b51cf72 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -380,7 +380,7 @@ LABEL name="Apache Kudu" \
#
FROM dev AS impala-build
-ARG IMPALA_VERSION="3.3.0"
+ARG IMPALA_VERSION="3.4.0"
# Use the bash shell for all RUN commands.
SHELL ["/bin/bash", "-c"]