You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2021/02/11 17:51:32 UTC

[impala] branch master updated: IMPALA-10470: Add link to quickstart container from README

This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 24a3f00  IMPALA-10470: Add link to quickstart container from README
24a3f00 is described below

commit 24a3f007710c38f71ccd8f7f2412a387708771f9
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Fri May 1 16:49:49 2020 -0700

    IMPALA-10470: Add link to quickstart container from README
    
    Change-Id: If76376557efffe9c7b8e02a5b840e128b343a74e
    Reviewed-on: http://gerrit.cloudera.org:8080/17058
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
    Tested-by: Tim Armstrong <ta...@cloudera.com>
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5adf7c0..44e3d69 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,19 @@ you analyze, transform and combine data from a variety of data sources:
 
 ## More about Impala
 
-To learn more about Impala as a business user, or to try Impala live or in a VM, please
+The fastest way to try out Impala is a [quickstart Docker container](
+https://github.com/apache/impala/blob/master/docker/README.md#docker-quickstart-with-docker-compose).
+You can try out running queries and processing data sets in Impala on a single machine
+without installing dependencies. It can automatically load test data sets into Apache Kudu
+and Apache Parquet formats and you can start playing around with Apache Impala SQL
+within minutes.
+
+To learn more about Impala as a user or administrator, or to try Impala, please
 visit the [Impala homepage](https://impala.apache.org). Detailed documentation for
 administrators and users is available at
 [Apache Impala documentation](https://impala.apache.org/impala-docs.html).
 
+
 If you are interested in contributing to Impala as a developer, or learning more about
 Impala's internals and architecture, visit the
 [Impala wiki](https://cwiki.apache.org/confluence/display/IMPALA/Impala+Home).