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 b42a13a277 [DOCS] Fix link rendering error in Docker Demo and some
other typos (#6083)
b42a13a277 is described below
commit b42a13a2776991197f241f8792e3c1f74f05b64e
Author: totoro <[email protected]>
AuthorDate: Tue Aug 30 12:45:35 2022 +0800
[DOCS] Fix link rendering error in Docker Demo and some other typos (#6083)
---
website/docs/docker_demo.md | 2 +-
website/docs/quick-start-guide.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/docker_demo.md b/website/docs/docker_demo.md
index 48cee5d507..4a390506c3 100644
--- a/website/docs/docker_demo.md
+++ b/website/docs/docker_demo.md
@@ -16,7 +16,7 @@ The steps have been tested on a Mac laptop
### Prerequisites
* Clone the [Hudi repository](https://github.com/apache/hudi) to your local
machine.
- * Docker Setup : For Mac, Please follow the steps as defined in
[https://docs.docker.com/v17.12/docker-for-mac/install/]. For running Spark-SQL
queries, please ensure atleast 6 GB and 4 CPUs are allocated to Docker (See
Docker -> Preferences -> Advanced). Otherwise, spark-SQL queries could be
killed because of memory issues.
+ * Docker Setup : For Mac, Please follow the steps as defined in [Install
Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/).
For running Spark-SQL queries, please ensure atleast 6 GB and 4 CPUs are
allocated to Docker (See Docker -> Preferences -> Advanced). Otherwise,
spark-SQL queries could be killed because of memory issues.
* kcat : A command-line utility to publish/consume from kafka topics. Use
`brew install kcat` to install kcat.
* /etc/hosts : The demo references many services running in container by the
hostname. Add the following settings to /etc/hosts
diff --git a/website/docs/quick-start-guide.md
b/website/docs/quick-start-guide.md
index 145c17f843..eb1f3596d2 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -287,7 +287,7 @@ create table hudi_cow_nonpcf_tbl (
) using hudi;
--- create a mor non-partitioned table without preCombineField provided
+-- create a mor non-partitioned table with preCombineField provided
create table hudi_mor_tbl (
id int,
name string,