diff --git a/docs/en/quick_start/hudi.md b/docs/en/quick_start/hudi.md index 055ac1e6317c7..9940b895d2f4e 100644 --- a/docs/en/quick_start/hudi.md +++ b/docs/en/quick_start/hudi.md @@ -47,8 +47,8 @@ Change directory into `demo/documentation-samples/hudi` and look at the files. T |--------------------------|---------------------------------------------------------------------| | **`starrocks-fe`** | Metadata management, client connections, query plans and scheduling | | **`starrocks-be`** | Running query plans | -| **`metastore_db`** | | -| **`hive_metastore`** | | +| **`metastore_db`** | Postgres DB used to store the Hive metadata | +| **`hive_metastore`** | Provides the Apache Hive metastore | | **`minio`** and **`mc`** | MinIO Object Storage and MinIO command line client | | **`spark-hudi`** | MinIO Object Storage | @@ -410,4 +410,4 @@ In this tutorial you: [Apache Hudi S3 configuration](https://hudi.apache.org/docs/s3_hoodie/) -[Apache Spark configuration docs](https://spark.apache.org/docs/latest/configuration.html) \ No newline at end of file +[Apache Spark configuration docs](https://spark.apache.org/docs/latest/configuration.html)