You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/25 10:23:35 UTC

[flink-table-store] branch release-0.2 updated: [FLINK-28670] Recommend using spark-shell for spark2

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

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new f6811b8f [FLINK-28670] Recommend using spark-shell for spark2
f6811b8f is described below

commit f6811b8ff0534696d8af56eb3313855646b8c095
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon Jul 25 18:22:57 2022 +0800

    [FLINK-28670] Recommend using spark-shell for spark2
---
 docs/content/docs/engines/spark2.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/engines/spark2.md b/docs/content/docs/engines/spark2.md
index ec9593d0..f97b1d1c 100644
--- a/docs/content/docs/engines/spark2.md
+++ b/docs/content/docs/engines/spark2.md
@@ -41,9 +41,9 @@ Download [flink-table-store-spark2-{{< version >}}.jar](https://www.apache.org/d
 You are using an unreleased version of Table Store, you need to manually [Build Spark Bundled Jar]({{< ref "docs/engines/build" >}}) from the source code.
 {{< /unstable >}}
 
-Use `--jars` in spark-sql:
+Use `--jars` in spark-shell:
 ```bash
-spark-sql ... --jars flink-table-store-spark2-{{< version >}}.jar
+spark-shell ... --jars flink-table-store-spark2-{{< version >}}.jar
 ```
 
 Alternatively, you can copy `flink-table-store-spark2-{{< version >}}.jar` under `spark/jars` in your Spark installation.