Skip to content

Commit

Permalink
Update tispark-overview.md version matrix (#17979) (#18019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 18, 2024
1 parent 5e8da08 commit 8db9d95
Showing 1 changed file with 9 additions and 2 deletions.
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

0 comments on commit 8db9d95

Please sign in to comment.