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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e1db10  [SQL][Doc] fix broken gradle command.
     new a2f8458  Merge pull request #9021 from amaliujia/patch-1
4e1db10 is described below

commit 4e1db10cb28cc91ccc3beb51f80419dd05f91014
Author: amaliujia <amaliu...@users.noreply.github.com>
AuthorDate: Tue Jul 9 10:24:32 2019 -0700

    [SQL][Doc] fix broken gradle command.
---
 website/src/documentation/dsls/sql/shell.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/documentation/dsls/sql/shell.md 
b/website/src/documentation/dsls/sql/shell.md
index e061b7e..69326e5 100644
--- a/website/src/documentation/dsls/sql/shell.md
+++ b/website/src/documentation/dsls/sql/shell.md
@@ -33,7 +33,7 @@ To use Beam SQL shell, you must first clone the [Beam SDK 
repository](https://gi
 ```
 ./gradlew -p sdks/java/extensions/sql/shell 
-Pbeam.sql.shell.bundled=':runners:flink:1.5,:sdks:java:io:kafka' installDist
 
-./sdks/java/extensions/sql/shell/build/install/beam-sdks-java-extensions-sql-shell/bin/beam-sdks-java-extensions-sql-shell
+./sdks/java/extensions/sql/shell/build/install/shell/bin/shell
 ```
 
 After you run the commands,  the SQL shell starts and you can type queries:

Reply via email to