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 80c4d46  [MINOR] minor corrections in docker-demo page (#2766)
80c4d46 is described below

commit 80c4d468292031b40353deb48a35efa03aa152dc
Author: Pratyaksh Sharma <[email protected]>
AuthorDate: Mon Apr 5 10:05:21 2021 +0530

    [MINOR] minor corrections in docker-demo page (#2766)
---
 docs/_docs/0_4_docker_demo.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/0_4_docker_demo.md b/docs/_docs/0_4_docker_demo.md
index d5ec38b..6ddea8c 100644
--- a/docs/_docs/0_4_docker_demo.md
+++ b/docs/_docs/0_4_docker_demo.md
@@ -32,7 +32,7 @@ The steps have been tested on a Mac laptop
     ```
   * Java : Java SE Development Kit 8.
   * Maven : A build automation tool for Java projects.
-  * jq : A lightweight and flexible command-line JSON processor. Use `brew 
instlal jq` to install jq.
+  * jq : A lightweight and flexible command-line JSON processor. Use `brew 
install jq` to install jq.
   
 Also, this has not been tested on some environments like Docker on Windows.
 
@@ -207,7 +207,7 @@ inorder to run Hive queries against those tables.
 ```java
 docker exec -it adhoc-2 /bin/bash
 
-# THis command takes in HIveServer URL and COW Hudi table location in HDFS and 
sync the HDFS state to Hive
+# This command takes in HiveServer URL and COW Hudi table location in HDFS and 
sync the HDFS state to Hive
 /var/hoodie/ws/hudi-sync/hudi-hive-sync/run_sync_tool.sh \
   --jdbc-url jdbc:hive2://hiveserver:10000 \
   --user hive \

Reply via email to