Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tispark-overview.md version matrix (#17979) (#18021) #18027

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions tispark-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ TiSpark 是 Spark 的第三方 jar 包,提供读写 TiKV 的能力。
| 2.5.x | 5.x, 4.x | 3.0.x, 3.1.x | 2.12 |
| 3.0.x | 5.x, 4.x | 3.0.x, 3.1.x, 3.2.x | 2.12 |
| 3.1.x | 6.x, 5.x, 4.x | 3.0.x, 3.1.x, 3.2.x, 3.3.x | 2.12 |
| 3.2.x | 6.x, 5.x, 4.x | 3.0.x, 3.1.x, 3.2.x, 3.3.x | 2.12 |

推荐使用 TiSpark 的最新稳定版本,包括 2.4.4、2.5.2、3.0.2、3.1.1 和 3.2.3。

> **Note:**
>
> TiSpark 不保证与 TiDB v7.0.0 及之后版本兼容。

## 获取 TiSpark jar 包

Expand Down Expand Up @@ -131,7 +138,7 @@ TiSpark 是 Spark 的第三方 jar 包,提供读写 TiKV 的能力。
|--------------------------------| -------------------------------------------------- |
| 2.4.x-\${scala_version}, 2.5.0 | tispark-assembly |
| 2.5.1 | tispark-assembly-\${spark_version} |
| 3.0.x, 3.1.x | tispark-assembly-\${spark_version}-\${scala_version} |
| 3.0.x, 3.1.x, 3.2.x | tispark-assembly-\${spark_version}-\${scala_version} |

## 快速开始

Expand Down Expand Up @@ -196,7 +203,7 @@ customerDF.write

详见 [Data Source API User Guide](https://github.com/pingcap/tispark/blob/master/docs/features/datasource_api_userguide.md)。

TiSpark 3.1 之后,你还能通过 Spark SQL 写入 TiSpark 3.1。详见 [Insert SQL](https://github.com/pingcap/tispark/blob/master/docs/features/insert_sql_userguide.md)。
TiSpark 3.1 及之后版本支持通过 Spark SQL 写入数据到 TiKV。详见 [Insert SQL](https://github.com/pingcap/tispark/blob/master/docs/features/insert_sql_userguide.md)。

### 通过 JDBC 数据源写入数据

Expand Down