This is an automated email from the ASF dual-hosted git repository.
yihua 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 6f6f3bf [MINOR] Update quick-start-guide.md (#4220)
6f6f3bf is described below
commit 6f6f3bf3b875772f387271d6f454615788a0472c
Author: Yilong Li <[email protected]>
AuthorDate: Sun Dec 12 12:53:09 2021 +0800
[MINOR] Update quick-start-guide.md (#4220)
---
website/docs/quick-start-guide.md | 6 +++---
website/versioned_docs/version-0.10.0/quick-start-guide.md | 6 +++---
website/versioned_docs/version-0.9.0/quick-start-guide.md | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/website/docs/quick-start-guide.md
b/website/docs/quick-start-guide.md
index 086b3ef..e78388c 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -160,8 +160,8 @@ values={[
<TabItem value="scala">
```scala
-# scala
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+// scala
+// No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>
@@ -169,7 +169,7 @@ values={[
```python
# pyspark
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+# No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>
diff --git a/website/versioned_docs/version-0.10.0/quick-start-guide.md
b/website/versioned_docs/version-0.10.0/quick-start-guide.md
index 1aa2801..572a2f1 100644
--- a/website/versioned_docs/version-0.10.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.10.0/quick-start-guide.md
@@ -160,8 +160,8 @@ values={[
<TabItem value="scala">
```scala
-# scala
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+// scala
+// No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>
@@ -169,7 +169,7 @@ values={[
```python
# pyspark
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+# No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>
diff --git a/website/versioned_docs/version-0.9.0/quick-start-guide.md
b/website/versioned_docs/version-0.9.0/quick-start-guide.md
index 78bd7aa..7196332 100644
--- a/website/versioned_docs/version-0.9.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.9.0/quick-start-guide.md
@@ -142,7 +142,7 @@ dataGen =
sc._jvm.org.apache.hudi.QuickstartUtils.DataGenerator()
:::tip
The
[DataGenerator](https://github.com/apache/hudi/blob/master/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L50)
-can generate sample inserts and updates based on the the sample trip schema
[here](https://github.com/apache/hudi/blob/master/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L57)
+can generate sample inserts and updates based on the the sample trip schema
[here](https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/java/org/apache/hudi/QuickstartUtils.java#L58)
:::
## Create Table
@@ -157,8 +157,8 @@ values={[
<TabItem value="scala">
```scala
-# scala
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+// scala
+// No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>
@@ -166,7 +166,7 @@ values={[
```python
# pyspark
- // No separate create table command required in spark. First batch of write
to a table will create the table if not exists.
+# No separate create table command required in spark. First batch of write to
a table will create the table if not exists.
```
</TabItem>