Skip to content

Commit

Permalink
[Doc] add info missing from Hudi quick start (StarRocks#41018)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRoscigno authored Feb 12, 2024
1 parent 6c944db commit d80d686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/quick_start/hudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down Expand Up @@ -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)
[Apache Spark configuration docs](https://spark.apache.org/docs/latest/configuration.html)

0 comments on commit d80d686

Please sign in to comment.