Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions hudi-platform-service/hudi-metaserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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}
Expand Down