vingov commented on a change in pull request #3527:
URL: https://github.com/apache/hudi/pull/3527#discussion_r694169164
##########
File path: website/blog/2021-08-18-improving-marker-mechanism.md
##########
@@ -0,0 +1,60 @@
+---
+title: "Improving Marker Mechanism in Apache Hudi"
+excerpt: "We introduce a new marker mechanism leveraging the timeline server
to address performance bottlenecks due to rate-limiting on cloud storage like
AWS S3."
+author: yihua
+category: blog
+---
+Write operations in an Apache Hudi table use markers to efficiently identify
the data files written to the file system. In this blog, we dive into the
design of the existing direct marker file mechanism and explain its performance
problem on cloud storage like AWS S3. We demonstrate how we improve the write
performance with timeline-server-based markers.
+
Review comment:
@yihua - Can you please add a `<!--truncate-->` tag here, so that the
main blog page will render only up to this tag with a read more link?
When we don't have the truncate tag, the full blog post will be rendered on
the blog homepage.
##########
File path: website/package.json
##########
@@ -24,6 +24,7 @@
"@svgr/webpack": "^5.5.0",
"classnames": "^2.3.1",
"clsx": "^1.1.1",
+ "docusaurus": "^1.14.7",
Review comment:
Good call, We don't need this line because we are using docusaurus 2.x,
which is added as a dependency on line no. 17. I removed this line and tested
the blog page, it rendered correctly.
@yihua - Can you please remove this dependency?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]