This is an automated email from the ASF dual-hosted git repository.

sivabalan 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 302e3a7  [MINOR] Fixing authors for blogs (#2597)
302e3a7 is described below

commit 302e3a72e54c02c5e78c198e3394f41ad755125c
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Tue Feb 23 10:23:17 2021 -0500

    [MINOR] Fixing authors for blogs (#2597)
---
 docs/_posts/2020-11-11-hudi-indexing-mechanisms.md | 2 +-
 docs/_posts/2021-01-27-hudi-clustering-intro.md    | 7 +------
 docs/_posts/2021-02-13-hudi-key-generators.md      | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/docs/_posts/2020-11-11-hudi-indexing-mechanisms.md 
b/docs/_posts/2020-11-11-hudi-indexing-mechanisms.md
index e4b9e3f..04542bc 100644
--- a/docs/_posts/2020-11-11-hudi-indexing-mechanisms.md
+++ b/docs/_posts/2020-11-11-hudi-indexing-mechanisms.md
@@ -1,7 +1,7 @@
 ---
 title: "Employing the right indexes for fast updates, deletes in Apache Hudi"
 excerpt: "Detailing different indexing mechanisms in Hudi and when to use each 
of them"
-author: sivabalan
+author: vinoth
 category: blog
 ---
 
diff --git a/docs/_posts/2021-01-27-hudi-clustering-intro.md 
b/docs/_posts/2021-01-27-hudi-clustering-intro.md
index a347f67..e501b80 100644
--- a/docs/_posts/2021-01-27-hudi-clustering-intro.md
+++ b/docs/_posts/2021-01-27-hudi-clustering-intro.md
@@ -1,13 +1,8 @@
 ---
-
 title: "Optimize Data lake layout using Clustering in Apache Hudi"
-
 excerpt: "Introduce clustering feature to change data layout"
-
-author: satishkotha
-
+author: satish.kotha
 category: blog
-
 ---
 
 # Background
diff --git a/docs/_posts/2021-02-13-hudi-key-generators.md 
b/docs/_posts/2021-02-13-hudi-key-generators.md
index 7b69e70..5076ec6 100644
--- a/docs/_posts/2021-02-13-hudi-key-generators.md
+++ b/docs/_posts/2021-02-13-hudi-key-generators.md
@@ -1,7 +1,7 @@
 ---
 title: "Apache Hudi Key Generators"
 excerpt: "Different key generators available with Apache Hudi"
-author: sivabalan
+author: shivnarayan
 category: blog
 ---
 

Reply via email to