Skip to content

lightning: update lightning example binary version and download link#5897

Merged
ti-chi-bot merged 6 commits into
pingcap:masterfrom
glorv:update-lightning
Apr 8, 2021
Merged

lightning: update lightning example binary version and download link#5897
ti-chi-bot merged 6 commits into
pingcap:masterfrom
glorv:update-lightning

Conversation

@glorv
Copy link
Copy Markdown
Contributor

@glorv glorv commented Mar 31, 2021

First-time contributors' checklist

What is changed, added or deleted? (Required)

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v5.0 (TiDB 5.0 versions)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

Do your changes match any of the following descriptions?

  • Might cause conflicts after applied to another branch
    • The TiDB download page link is different between v3.0 and v5.0

@ti-chi-bot ti-chi-bot added missing-translation-status This PR does not have translation status info. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 31, 2021
@glorv
Copy link
Copy Markdown
Contributor Author

glorv commented Mar 31, 2021

@qiancai @kennytm @3pointer PTAL

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Mar 31, 2021

/cc @qiancai

@ti-chi-bot ti-chi-bot requested a review from qiancai March 31, 2021 06:42
@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Mar 31, 2021

/cc @kennytm @3pointer

@ti-chi-bot ti-chi-bot requested review from 3pointer and kennytm March 31, 2021 06:42
@kennytm
Copy link
Copy Markdown
Contributor

kennytm commented Mar 31, 2021

/lgtm

@ti-chi-bot
Copy link
Copy Markdown
Member

@kennytm: /lgtm is only allowed for the reviewers in list.

Details

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

Comment thread get-started-with-tidb-lightning.md Outdated
### 第 1 步:部署 TiDB 集群

在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群(版本要求 2.0.9 以上),本教程使用 TiDB 4.0.3 版本。部署方法可参考 [TiDB 部署方式](https://docs.pingcap.com/zh/tidb/v3.0/overview#部署方式)。
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群(版本要求 2.0.9 以上),本教程使用 TiDB v5.0.0 版本。部署方法可参考 [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

因为此文档是针对 v5.0 的, 所以这里的“(版本要求 2.0.9 以上)”可以删除。

Suggested change
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群(版本要求 2.0.9 以上),本教程使用 TiDB v5.0.0 版本。部署方法可参考 [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群,本教程使用 TiDB v5.0.0 版本为例。部署方法可参考 [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那 master 文档需要保留么?🤔

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

master 代表正在开发的分支,就是 stable 以上的分支,所以也不需要保留。更多关于删除历史版本信息描述的讨论,可以参考 pingcap/docs#4549 哈。

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Mar 31, 2021

/assign @qiancai

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Mar 31, 2021

/label v5.0
/status require-change
/label needs-cherry-pick-5.0

@ti-chi-bot ti-chi-bot added status/require-change Needs the author to address comments. v5.0 This PR/issue applies to TiDB v5.0 needs-cherry-pick-5.0 labels Mar 31, 2021
@glorv glorv force-pushed the update-lightning branch from 8ccd59e to 635796e Compare March 31, 2021 12:00
@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 1, 2021

/remove-status require-change
/status PTAL

@ti-chi-bot ti-chi-bot added status/PTAL This PR is ready for reviewing. and removed status/require-change Needs the author to address comments. labels Apr 1, 2021
@ti-chi-bot
Copy link
Copy Markdown
Member

@qiancai: /lgtm is only allowed for the reviewers in list.

Details

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Apr 1, 2021

/translation doing

@ti-chi-bot ti-chi-bot added translation/doing This PR’s assignee is translating this PR. and removed missing-translation-status This PR does not have translation status info. labels Apr 1, 2021
Comment thread get-started-with-tidb-lightning.md Outdated
### 第 2 步:下载 TiDB Lightning 安装包

通过以下链接获取 TiDB Lightning 安装包(选择与 TiDB 集群相同的版本):
通过以下链接获取 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群, 建议选择最新稳定版本):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
通过以下链接获取 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群, 建议选择最新稳定版本):
通过以下链接获取 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群,建议选择最新稳定版本):

Comment thread tidb-lightning/deploy-tidb-lightning.md Outdated
#### 第 2 步:下载 TiDB Lightning 安装包

在[工具下载](/download-ecosystem-tools.md#tidb-lightning)页面下载 TiDB Lightning 安装包(需选择与 TiDB 集群相同的版本)。
在[工具下载](/download-ecosystem-tools.md#tidb-lightning)页面下载 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群, 建议选择最新稳定版本)。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[工具下载](/download-ecosystem-tools.md#tidb-lightning)页面下载 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群, 建议选择最新稳定版本)。
[工具下载](/download-ecosystem-tools.md#tidb-lightning)页面下载 TiDB Lightning 安装包(TiDB Lightning 完全兼容较低版本的 TiDB 集群,建议选择最新稳定版本)。

Comment thread get-started-with-tidb-lightning.md Outdated
### 第 1 步:部署 TiDB 集群

在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群(版本要求 2.0.9 以上),本教程使用 TiDB 4.0.3 版本。部署方法可参考 [TiDB 部署方式](https://docs.pingcap.com/zh/tidb/v3.0/overview#部署方式)。
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群。本教程以 TiDB v5.0.0 版本为例,具体部署方法可参考 [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群。本教程以 TiDB v5.0.0 版本为例,具体部署方法可参考 [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)
在开始数据导入之前,需先部署一套要进行导入的 TiDB 集群。本教程以 TiDB v5.0.0 版本为例,具体部署方法可参考[使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)

@ti-chi-bot
Copy link
Copy Markdown
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • yikeke

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Details

Reviewer can indicate their review by writing /lgtm in a comment.
Reviewer can cancel approval by writing /lgtm cancel in a comment.

@qiancai
Copy link
Copy Markdown
Collaborator

qiancai commented Apr 8, 2021

/remove-translation doing
/translation done

@ti-chi-bot ti-chi-bot added translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. and removed translation/doing This PR’s assignee is translating this PR. labels Apr 8, 2021
@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 8, 2021

/merge

@ti-chi-bot
Copy link
Copy Markdown
Member

@TomShawn: /merge in this pull request requires 2 /lgtm.

Details

In response to this:

/merge

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 8, 2021

/label require-LGT1

@ti-chi-bot ti-chi-bot added the require-LGT1 Indicates that the PR requires an LGTM. label Apr 8, 2021
@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 8, 2021

/hold

@ti-chi-bot ti-chi-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 8, 2021
@ti-chi-bot ti-chi-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 8, 2021
@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 8, 2021

/unhold

@ti-chi-bot ti-chi-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 8, 2021
@TomShawn
Copy link
Copy Markdown
Contributor

TomShawn commented Apr 8, 2021

/merge

@ti-chi-bot
Copy link
Copy Markdown
Member

This pull request has been accepted and is ready to merge.

DetailsCommit hash: 5913f84

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Apr 8, 2021
@ti-chi-bot ti-chi-bot merged commit 569cc50 into pingcap:master Apr 8, 2021
ti-srebot pushed a commit to ti-srebot/docs-cn that referenced this pull request Apr 8, 2021
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot
Copy link
Copy Markdown
Contributor

cherry pick to release-5.0 in PR #5994

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

require-LGT1 Indicates that the PR requires an LGTM. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. status/PTAL This PR is ready for reviewing. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. v5.0 This PR/issue applies to TiDB v5.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants