You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2019/01/04 15:18:52 UTC

[flink] branch master updated: [hotfix] [docs] Update docs regarding missing 'sql-jar' suffix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c8675b8  [hotfix] [docs] Update docs regarding missing 'sql-jar' suffix
c8675b8 is described below

commit c8675b84a36bd3a3e3fa3b9870059752ac5a02a8
Author: Timo Walther <tw...@apache.org>
AuthorDate: Fri Jan 4 16:18:06 2019 +0100

    [hotfix] [docs] Update docs regarding missing 'sql-jar' suffix
---
 docs/dev/table/sqlClient.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index d4eb228..97373f4 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -272,7 +272,7 @@ execution:
 
 ### Dependencies
 
-The SQL Client does not require to setup a Java project using Maven or SBT. Instead, you can pass the dependencies as regular JAR files that get submitted to the cluster. You can either specify each JAR file separately (using `--jar`) or define entire library directories (using `--library`). For connectors to external systems (such as Apache Kafka) and corresponding data formats (such as JSON), Flink provides **ready-to-use JAR bundles**. These JAR files are suffixed with `sql-jar` and c [...]
+The SQL Client does not require to setup a Java project using Maven or SBT. Instead, you can pass the dependencies as regular JAR files that get submitted to the cluster. You can either specify each JAR file separately (using `--jar`) or define entire library directories (using `--library`). For connectors to external systems (such as Apache Kafka) and corresponding data formats (such as JSON), Flink provides **ready-to-use JAR bundles**. These JAR files can be downloaded for each releas [...]
 
 The full list of offered SQL JARs and documentation about how to use them can be found on the [connection to external systems page](connect.html).