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

commit cc0ee37b6b82918897bb2ed4786c32aeda1711ee
Author: Romain Rigaux <[email protected]>
AuthorDate: Thu Apr 23 11:28:18 2020 -0700

    [docker] Clarify how to run Impala in standalone
    
    Change-Id: Ib5feec357f554b72856a39d0209c60b91d9816e0
    Reviewed-on: http://gerrit.cloudera.org:8080/15810
    Tested-by: Kudu Jenkins
    Reviewed-by: Attila Bukor <[email protected]>
    Reviewed-by: Grant Henke <[email protected]>
---
 examples/quickstart/impala/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/quickstart/impala/README.adoc 
b/examples/quickstart/impala/README.adoc
index c0f7644..03994ee 100644
--- a/examples/quickstart/impala/README.adoc
+++ b/examples/quickstart/impala/README.adoc
@@ -43,8 +43,8 @@ docker run -d --name kudu-impala --network="docker_default" \
 You can view the running Impala instance at 
link:http://localhost:25000[localhost:25000]
 once it is up and running. It may take a few seconds to start.
 
-NOTE: `--network="docker_default"` is specified to connect the container the
-same network as the quickstart cluster.
+NOTE: `--network="docker_default"` is optional and used for enabling Impala to 
connect to the
+same network as the Kudu quickstart cluster hence allowing the use of Kudu 
tables.
 
 NOTE: You can remove the `-d` flag to run the container in the foreground.
 

Reply via email to