-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[DOCFIX] Update cn version of Upgrade doc #16840
Conversation
@voddle thanks for updating the doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some minor comments, thanks for the work!
docs/cn/administration/Upgrade.md
Outdated
|
||
## 基础升级流程 | ||
|
||
正常情况下,用户可以直接关闭当前的 Alluxio 进程,将 Alluxio 二进制文件更改为更新的版本,同时还按之前的方式配置 Alluxio 集群,并使用现有的日志文件夹/地址来启动 Alluxio 进程 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
正常情况下,用户可以直接关闭当前的 Alluxio 进程,将 Alluxio 二进制文件更改为更新的版本,同时还按之前的方式配置 Alluxio 集群,并使用现有的日志文件夹/地址来启动 Alluxio 进程 | |
正常情况下,用户可以直接关闭当前的 Alluxio 进程,将 Alluxio 二进制文件更改为更高的版本,同时还按之前的方式配置 Alluxio 集群,并使用现有的日志文件夹/地址来启动 Alluxio 进程 |
docs/cn/administration/Upgrade.md
Outdated
## 基础升级流程 | ||
|
||
正常情况下,用户可以直接关闭当前的 Alluxio 进程,将 Alluxio 二进制文件更改为更新的版本,同时还按之前的方式配置 Alluxio 集群,并使用现有的日志文件夹/地址来启动 Alluxio 进程 | ||
进行升级。Alluxio 可读取以前的日志文件并自动恢复 Alluxio 元数据。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
进行升级。Alluxio 可读取以前的日志文件并自动恢复 Alluxio 元数据。 | |
进行升级。Alluxio 可读取以前的日志文件并从 Journal 日志中自动恢复 Alluxio 元数据。 |
docs/cn/administration/Upgrade.md
Outdated
以下两种情况下master日志无法向后兼容,需要采取额外的步骤来升级 Alluxio 集群: | ||
|
||
- 从 Alluxio 1.x 版本升级到 Alluxio 2.x 版本 | ||
- 使用[内嵌日志]({{ '/cn/operation/Journal.html' | relativize_url}})的情况下从 Alluxio 2.3.x 及以下版本升级到 Alluxio 2.4.0 及以上版本 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改成link到Journal.html#xxx embedded journal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中文文档好像还没有对应更新
docs/cn/administration/Upgrade.md
Outdated
|
||
## 创建当前版本的备份 | ||
|
||
Alluxio-1.8.1 版本引入了日志备份功能。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alluxio-1.8.1 版本引入了日志备份功能。 | |
Alluxio-1.8.1 版本引入了日志备份(backup)功能。 |
docs/cn/administration/Upgrade.md
Outdated
|
||
Alluxio-1.8.1 版本引入了日志备份功能。 | ||
注意,请不要在备份前修改 Alluxio 二进制文件。 | ||
在运行 1.8.1 之前版本的 master 时,通过运行以下命令创建日志备份: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是不是只说了<=1.8.1版本时候怎么backup?那我觉得这里有点问题。用2.x版本的时候指令应该是一样的,你可以快速在自己电脑上验证一下,然后直接把“在运行 1.8.1 之前版本的 master 时”去掉
docs/cn/administration/Upgrade.md
Outdated
|
||
Alluxio 2.x 版本对 RPC 层进行了重大修改, | ||
因此 2.0.0 之前版本的客户端不能与 2.0.0 之后版本的服务器一起运行,反之亦然。 | ||
如果要使用 Alluxio-2.x 客户端需升级所有应用程序 。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果要使用 Alluxio-2.x 客户端需升级所有应用程序 。 | |
如果要使用 Alluxio-2.x 客户端需升级所有应用程序 中的Alluxio客户端。 |
docs/cn/administration/Upgrade.md
Outdated
```console | ||
$ export HADOOP_CLASSPATH={{site.ALLUXIO_CLIENT_JAR_PATH}}:${HADOOP_CLASSPATH} | ||
``` | ||
如下所示: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缩进
docs/cn/administration/Upgrade.md
Outdated
```console | ||
$ ./bin/alluxio format | ||
``` | ||
- **警告:** 该操作会对 Alluxio worker 上的内存虚拟硬盘进行格式化(即:删除其中的内容)。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **警告:** 该操作会对 Alluxio worker 上的内存虚拟硬盘进行格式化(即:删除其中的内容)。 | |
- **警告:** 该操作会对 Alluxio worker 上的内存虚拟硬盘(ramdisk)进行格式化(即:删除其中的内容)。 |
docs/cn/administration/Upgrade.md
Outdated
以下两种情况下master日志无法向后兼容,需要采取额外的步骤来升级 Alluxio 集群: | ||
|
||
- 从 Alluxio 1.x 版本升级到 Alluxio 2.x 版本 | ||
- 使用[内嵌日志]({{ '/cn/operation/Journal.html#Configuring Embedded Journal' | relativize_url}})的情况下从 Alluxio 2.3.x 及以下版本升级到 Alluxio 2.4.0 及以上版本 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double check the URL, is it correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
alluxio-bot, merge this please |
What changes are proposed in this pull request? Update cn version of Upgrade doc. Why are the changes needed? There is no corresponding Chinese documentation for upgrade. Does this PR introduce any user facing changes? More Chinese users can access Alluxio documentation more easily. pr-link: Alluxio#16840 change-id: cid-be17d3c207fbbaa3211f6e3e7611a2e15741b66f
What changes are proposed in this pull request? Update cn version of Upgrade doc. Why are the changes needed? There is no corresponding Chinese documentation for upgrade. Does this PR introduce any user facing changes? More Chinese users can access Alluxio documentation more easily. pr-link: Alluxio#16840 change-id: cid-be17d3c207fbbaa3211f6e3e7611a2e15741b66f
What changes are proposed in this pull request?
Update cn version of Upgrade doc.
Why are the changes needed?
There is no corresponding Chinese documentation for upgrade.
Does this PR introduce any user facing changes?
More Chinese users can access Alluxio documentation more easily.