This is an automated email from the ASF dual-hosted git repository.
bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2e293ae2d03 new write path diagram (#10364)
2e293ae2d03 is described below
commit 2e293ae2d0374ff6d5fe82e1638482c8b788c453
Author: Dipankar Mazumdar <[email protected]>
AuthorDate: Thu Dec 21 02:41:56 2023 +0530
new write path diagram (#10364)
Co-authored-by: Dipankar Mazumdar
<[email protected]>
---
website/docs/write_operations.md | 5 +++++
website/static/assets/images/hudi_write_path.png | Bin 0 -> 755051 bytes
2 files changed, 5 insertions(+)
diff --git a/website/docs/write_operations.md b/website/docs/write_operations.md
index 5af6bc3a712..90b87499fe0 100644
--- a/website/docs/write_operations.md
+++ b/website/docs/write_operations.md
@@ -108,6 +108,11 @@ The following is an inside look on the Hudi write path and
the sequence of event
10. Archive
1. Lastly, we perform an archival step which moves old
[timeline](/docs/next/timeline) items to an archive folder.
+Here is a diagramatic representation of the flow.
+
+<figure>
+ <img className="docimage"
src={require("/assets/images/hudi_write_path.png").default}
alt="hudi_write_path.png" />
+</figure>
## Related Resources
<h3>Videos</h3>
diff --git a/website/static/assets/images/hudi_write_path.png
b/website/static/assets/images/hudi_write_path.png
new file mode 100644
index 00000000000..b2a36ac0406
Binary files /dev/null and b/website/static/assets/images/hudi_write_path.png
differ