From 8b25a7d6444a1ec7a848c1f650247d1151871d34 Mon Sep 17 00:00:00 2001 From: Brisk Wong <2367785195@qq.com> Date: Fri, 21 Apr 2023 21:56:37 +0800 Subject: [PATCH] [Docs](hudi-metaserver) fix typos in README.md 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 a7802e5589122..a1d59597491ce 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}