Hudi Table Schema
When writing data, Hudi generates a Hudi table based on attributes such as the storage path, table name, and partition structure.
Hudi table data files can be stored in the OS file system or distributed file system such as HDFS. To ensure analysis performance and data reliability, HDFS is generally used for storage. The following uses HDFS as an example. Storage files of a Hudi table are classified into two types.
Log in to FusionInsight Manager and choose Cluster > Services > HDFS. On the Dashboard tab page, click the link next to NameNode WebUI. On the HDFS web UI that is displayed, choose Utilities > Browse the file system.
- The .hoodie folder stores the log files related to file merging.
- The path containing _partition_key stores actual data files and metadata by partition.
Hudi data files of are stored in Parquet base files and Avro log files.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot