You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by ga...@apache.org on 2021/05/14 15:20:58 UTC

[hudi] branch asf-site updated: [DOCS] fix incorrect info and update community page (#2945)

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

garyli 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 8385412  [DOCS] fix incorrect info and update community page (#2945)
8385412 is described below

commit 83854128845b3b8dec41cc791593d1251cb38f8e
Author: Gary Li <ya...@gmail.com>
AuthorDate: Fri May 14 08:20:41 2021 -0700

    [DOCS] fix incorrect info and update community page (#2945)
---
 docs/_config.yml                                   | 6 +++---
 docs/_docs/0.8.0/1_1_spark_quick_start_guide.cn.md | 4 ++--
 docs/_docs/0.8.0/1_1_spark_quick_start_guide.md    | 8 ++++----
 docs/_docs/1_1_spark_quick_start_guide.cn.md       | 6 +++---
 docs/_docs/1_1_spark_quick_start_guide.md          | 6 +++---
 docs/_pages/community.cn.md                        | 5 +++--
 6 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 8f0ff2d..cc0e6a3 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -60,7 +60,7 @@ author:
   links:
     - label: "Documentation"
       icon: "fa fa-book"
-      url: "/docs/quick-start-guide"
+      url: "/docs/spark_quick-start-guide"
     - label: "Technical Wiki"
       icon: "fa fa-wikipedia-w"
       url: "https://cwiki.apache.org/confluence/display/HUDI"
@@ -86,7 +86,7 @@ cn_author:
   links:
     - label: "Documentation"
       icon: "fa fa-book"
-      url: "/cn/docs/quick-start-guide"
+      url: "/cn/docs/spark_quick-start-guide"
     - label: "Technical Wiki"
       icon: "fa fa-wikipedia-w"
       url: "https://cwiki.apache.org/confluence/display/HUDI"
@@ -269,7 +269,7 @@ cn_author:
   links:
     - label: "Documentation"
       icon: "fa fa-book"
-      url: "/docs/0.8.0-quick-start-guide"
+      url: "/docs/0.8.0-spark_quick-start-guide"
     - label: "Technical Wiki"
       icon: "fa fa-wikipedia-w"
       url: "https://cwiki.apache.org/confluence/display/HUDI"
diff --git a/docs/_docs/0.8.0/1_1_spark_quick_start_guide.cn.md b/docs/_docs/0.8.0/1_1_spark_quick_start_guide.cn.md
index eb41f30..299b96c 100644
--- a/docs/_docs/0.8.0/1_1_spark_quick_start_guide.cn.md
+++ b/docs/_docs/0.8.0/1_1_spark_quick_start_guide.cn.md
@@ -21,11 +21,11 @@ spark-shell \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.12
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.11
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 ```
 
diff --git a/docs/_docs/0.8.0/1_1_spark_quick_start_guide.md b/docs/_docs/0.8.0/1_1_spark_quick_start_guide.md
index 485e036..38807a7 100644
--- a/docs/_docs/0.8.0/1_1_spark_quick_start_guide.md
+++ b/docs/_docs/0.8.0/1_1_spark_quick_start_guide.md
@@ -24,11 +24,11 @@ spark-shell \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.12
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.11
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 ```
 
@@ -315,11 +315,11 @@ pyspark \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.12
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.11
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 ```
 
diff --git a/docs/_docs/1_1_spark_quick_start_guide.cn.md b/docs/_docs/1_1_spark_quick_start_guide.cn.md
index 65c8095..09bd356 100644
--- a/docs/_docs/1_1_spark_quick_start_guide.cn.md
+++ b/docs/_docs/1_1_spark_quick_start_guide.cn.md
@@ -20,7 +20,7 @@ spark-shell \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.12
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.11
 spark-shell \
@@ -218,11 +218,11 @@ pyspark \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.12
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.11
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 ```
 
diff --git a/docs/_docs/1_1_spark_quick_start_guide.md b/docs/_docs/1_1_spark_quick_start_guide.md
index 5c978c2..ca49cdf 100644
--- a/docs/_docs/1_1_spark_quick_start_guide.md
+++ b/docs/_docs/1_1_spark_quick_start_guide.md
@@ -23,7 +23,7 @@ spark-shell \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.12
 spark-shell \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 // spark-shell for spark 2 with scala 2.11
 spark-shell \
@@ -314,11 +314,11 @@ pyspark \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.12
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.12:0.8.0,org.apache.spark:spark-avro_2.12:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 # for spark2 with scala 2.11
 pyspark \
-  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:3.0.1 \
+  --packages org.apache.hudi:hudi-spark-bundle_2.11:0.8.0,org.apache.spark:spark-avro_2.11:2.4.4 \
   --conf 'spark.serializer=org.apache.spark.serializer.KryoSerializer'
 ```
 
diff --git a/docs/_pages/community.cn.md b/docs/_pages/community.cn.md
index 5708a1d..323e02e 100644
--- a/docs/_pages/community.cn.md
+++ b/docs/_pages/community.cn.md
@@ -57,9 +57,9 @@ Committers are chosen by a majority vote of the Apache Hudi [PMC](https://www.ap
 | <img src="https://avatars.githubusercontent.com/alunarbeach" style="max-width: 100px" alt="alunarbeach" align="middle" /> | [Anbu Cheeralan](https://github.com/alunarbeach)             | PMC, Committer | anchee       |
 | <img src="https://avatars.githubusercontent.com/bhasudha" style="max-width: 100px" alt="bhasudha" align="middle" /> | [Bhavani Sudha](https://github.com/bhasudha)                 | PMC, Committer | bhavanisudha |
 | <img src="https://avatars.githubusercontent.com/bvaradar" style="max-width: 100px" alt="bvaradar" align="middle" /> | [Balaji Varadarajan](https://github.com/bvaradar)            | PMC, Committer | vbalaji      |
-| <img src="https://avatars.githubusercontent.com/garyli1019" style="max-width: 100px" alt="garyli1019" align="middle" /> | [Gary Li](https://github.com/garyli1019)                      | Committer       | garyli        |
+| <img src="https://avatars.githubusercontent.com/garyli1019" style="max-width: 100px" alt="garyli1019" align="middle" /> | [Gary Li](https://github.com/garyli1019)                      | PMC, Committer       | garyli        |
 | <img src="https://avatars.githubusercontent.com/lresende" style="max-width: 100px" alt="lresende" align="middle" /> | [Luciano Resende](https://github.com/lresende)               | PMC, Committer | lresende     |
-| <img src="https://avatars.githubusercontent.com/lamber-ken" alt="lamber-ken" style="max-width: 100px;" align="middle" /> | [lamber-ken](https://github.com/lamber-ken)               | Committer | lamberken     |
+| <img src="https://avatars.githubusercontent.com/lamberken" style="max-width: 100px" alt="lamberken" style="max-width: 100px;" align="middle" /> | [lamberken](https://github.com/lamberken)               | Committer | lamberken     |
 | <img src="https://avatars.githubusercontent.com/n3nash" style="max-width: 100px" alt="n3nash" align="middle" /> | [Nishith Agarwal](https://github.com/n3nash)                 | PMC, Committer | nagarwal     |
 | <img src="https://avatars.githubusercontent.com/prasannarajaperumal" style="max-width: 100px" alt="prasannarajaperumal" align="middle" /> | [Prasanna Rajaperumal](https://github.com/prasannarajaperumal) | PMC, Committer | prasanna     |
 | <img src="https://avatars.githubusercontent.com/pratyakshsharma" style="max-width: 100px" alt="pratyakshsharma" align="middle" /> | [Pratyaksh Sharma](https://github.com/pratyakshsharma)                      | Committer       | pratyaksh13        |
@@ -72,6 +72,7 @@ Committers are chosen by a majority vote of the Apache Hudi [PMC](https://www.ap
 | <img src="https://avatars.githubusercontent.com/vinothchandar" style="max-width: 100px" alt="vinothchandar" align="middle" /> | [Vinoth Chandar](https://github.com/vinothchandar)           | PMC, Committer | vinoth       |
 | <img src="https://avatars.githubusercontent.com/yanghua" style="max-width: 100px" alt="yanghua" /> | [vinoyang](https://github.com/yanghua)                       | PMC, Committer       | vinoyang     |
 | <img src="https://avatars.githubusercontent.com/lw309637554" style="max-width: 100px" alt="lw309637554" /> | [Wei Li](https://github.com/lw309637554)                       | Committer       | liway     |
+| <img src="https://avatars.githubusercontent.com/zhedoubushishi" style="max-width: 100px" alt="zhedoubushishi" /> | [Wenning Ding](https://github.com/zhedoubushishi)                       | Committer       | wenningd     |
 | <img src="https://avatars.githubusercontent.com/wangxianghu" style="max-width: 100px" alt="wangxianghu" /> | [Xianghu Wang](https://github.com/wangxianghu)                       | Committer       | wangxianghu     |
 
 ## Code Contributions