This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new ca02e6e5c [MINOR] Fix migration doc style
ca02e6e5c is described below
commit ca02e6e5cf0bdc7f64d96a402b082c9578ca2088
Author: sychen <[email protected]>
AuthorDate: Fri Aug 22 20:52:31 2025 +0800
[MINOR] Fix migration doc style
### What changes were proposed in this pull request?
### Why are the changes needed?
<img width="1057" height="442" alt="image"
src="https://github.com/user-attachments/assets/a9731a78-4132-4663-8835-fb85aa049a40"
/>
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
<img width="961" height="412" alt="image"
src="https://github.com/user-attachments/assets/4c5eb70a-abed-45a4-9709-cab1fcf0346e"
/>
Closes #3441 from cxzl25/minor_doc_style.
Authored-by: sychen <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
(cherry picked from commit 5f3884f5fb85313e0f0f258c158467a65c5edb2e)
Signed-off-by: SteNicholas <[email protected]>
---
docs/migration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/migration.md b/docs/migration.md
index 37ca3571b..748fc884a 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -24,7 +24,7 @@ license: |
# Upgrading from 0.5 to 0.6
- Since 0.6.0, Celeborn deprecate
`celeborn.client.spark.fetch.throwsFetchFailure`. Please use
`celeborn.client.spark.stageRerun.enabled` instead.
--
+
- Since 0.6.0, Celeborn modified `celeborn.quota.tenant.diskBytesWritten` to
`celeborn.quota.user.diskBytesWritten`. Please use
`celeborn.quota.user.diskBytesWritten` if you want to set user level quota.
- Since 0.6.0, Celeborn modified `celeborn.quota.tenant.diskFileCount` to
`celeborn.quota.user.diskFileCount`. Please use
`celeborn.quota.user.diskFileCount` if you want to set user level quota.