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

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


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

commit b5fdf24b9fca476286055770f1a3c123afefa694
Author: JingsongLi <[email protected]>
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.

Reply via email to