This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 76a3e0ea863 [MINOR][DOC][hudi-metaserver] Fix typos in README.md
(#8536)
76a3e0ea863 is described below
commit 76a3e0ea8634342f0048766199baea5fc618221d
Author: Brisk Wong <[email protected]>
AuthorDate: Tue May 9 10:47:58 2023 +0800
[MINOR][DOC][hudi-metaserver] Fix typos in README.md (#8536)
Fix typos and format text-blocks properly.
---
hudi-platform-service/hudi-metaserver/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hudi-platform-service/hudi-metaserver/README.md
b/hudi-platform-service/hudi-metaserver/README.md
index a7802e55891..a1d59597491 100644
--- a/hudi-platform-service/hudi-metaserver/README.md
+++ b/hudi-platform-service/hudi-metaserver/README.md
@@ -39,10 +39,10 @@ Attention: Apple m1 cannot install thrift by docker
successfully. The script wil
### Source code generated by Thrift
-After packaging, the generated source code are placed in
`target/generated-sources/thrift/gen-java`.
+After packaging, the generated source code are placed in
`target/generated-sources/gen-java`.
It looks like,
-```shell
+```text
├── gen-java
│ └── org
│ └── apache
@@ -59,7 +59,7 @@ It looks like,
### Start Hudi Metaserver
1. modify the `hikariPool.properties` and config the mysql address. For
example,
-```text
+```properties
jdbcUrl=jdbc:mysql://localhost:3306
dataSource.user=root
dataSource.password=password
@@ -73,7 +73,7 @@ sh start_hudi_metaserver.sh
### Write client configurations
-```shell
+```properties
hoodie.database.name=default
hoodie.table.name=test
hoodie.base.path=${path}