Skip to content

Commit

Permalink
fix broken links in tispark-overview (#11413) (#11437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 28, 2022
1 parent c54feb7 commit 51b4e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion faq/manage-cluster-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ TiDB 版本目前逐步标准化,每次 Release 都包含详细的 Change log

### 分不清 TiDB master 版本之间的区别,应该怎么办?

TiDB 目前社区非常活跃,在 1.0 GA 版本发布后,还在不断的优化和修改 BUG,因此 TiDB 的版本更新周期比较快,会不定期有新版本发布,请关注我们的[新版本发布官方网站](https://pingcap.com/weekly/)。此外 TiDB 安装推荐[使用 TiUP 进行安装](/production-deployment-using-tiup.md)。此外,在 TiDB 1.0 GA 版本后,对 TiDB 的版本号进行了统一管理,TiDB 的版本可以通过以下两种方式进行查看:
TiDB 目前社区非常活跃,在 1.0 GA 版本发布后,还在不断的优化和修改 BUG,因此 TiDB 的版本更新周期比较快,会不定期有新版本发布,请关注我们的[版本发布时间线](/releases/release-timeline.md)。此外 TiDB 安装推荐[使用 TiUP 进行安装](/production-deployment-using-tiup.md)。此外,在 TiDB 1.0 GA 版本后,对 TiDB 的版本号进行了统一管理,TiDB 的版本可以通过以下两种方式进行查看:

- 通过 `select tidb_version()` 进行查看
- 通过执行 `tidb-server -V` 进行查看
Expand Down
4 changes: 2 additions & 2 deletions tispark-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ df.write.
UPDATE mysql.tidb SET VARIABLE_VALUE="6h" WHERE VARIABLE_NAME="tikv_gc_life_time";
```

详细使用手册请参考 [TiDB 数据源 API 用户指南](https://github.com/pingcap/tispark/blob/master/docs/datasource_api_userguide.md)
详细使用手册请参考 [TiDB 数据源 API 用户指南](https://github.com/pingcap/tispark/blob/master/docs/features/datasource_api_userguide.md)

## 通过 JDBC 将 Dataframe 写入 TiDB

Expand Down Expand Up @@ -347,7 +347,7 @@ spark.sql.tidb.user $your_tidb_server_user
spark.sql.tidb.password $your_tidb_server_password
```

更多详细信息,请参考 [TiSpark 鉴权与授权指南](https://github.com/pingcap/tispark/blob/master/docs/authorization_userguide.md)
更多详细信息,请参考 [TiSpark 鉴权与授权指南](https://github.com/pingcap/tispark/blob/master/docs/features/authorization_userguide.md)

> **注意:**
>
Expand Down

0 comments on commit 51b4e5f

Please sign in to comment.