This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new 71b25310a [CELEBORN-909][FOLLOWUP][DOCS] Restore titles in migration
guide
71b25310a is described below
commit 71b25310a68c0ede626e3c6d5d2b32db593853bf
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Sep 28 20:04:53 2023 +0800
[CELEBORN-909][FOLLOWUP][DOCS] Restore titles in migration guide
Restore titles in migration guide
Make title in migration guide consistent.
Yes, docs changed.
Pass GA.
Closes #1949 from pan3793/CELEBORN-909-followup.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit e4a60d15e43cf159c406a104ddf24de7b84fa694)
Signed-off-by: Cheng Pan <[email protected]>
---
docs/migration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/migration.md b/docs/migration.md
index 2da679c14..a31915d98 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -25,7 +25,7 @@ license: |
- Since 0.3.1, Celeborn changed the default value of
`celeborn.worker.monitor.disk.check.interval` from `60` to `30`.
-## Upgrading from 0.2 to 0.3.0
+## Upgrading from 0.2 to 0.3
- Celeborn 0.2 Client is compatible with 0.3 Master/Server, it allows to
upgrade Master/Worker first then Client.
Note that: It's strongly recommended to use the same version of Client and
Celeborn Master/Worker in production.