Help Center/
MapReduce Service/
Developer Guide (LTS)/
Flink Development Guide (Security Mode)/
Developing a Flink Application/
Sample Program for Reading Hudi Tables on Flink/
Flink Hudi Sample Program Development Roadmap
Updated on 2024-08-10 GMT+08:00
Flink Hudi Sample Program Development Roadmap
This section applies to MRS 3.3.0 or later.
Typical Scenario Description
In this example, the job generates one data record per second, writes the data to the Hudi table, and reads and prints the data in the Hudi table.
Development Guideline
- Write data to Hudi:
- Generate data through a random data generation class.
- Convert the generated data into DataStream<RowData>.
- Write data to the Hudi table.
- Read data from Hudi:
- Read data from the Hudi table.
- Combine the read data into the JSON format and print the data.
Parent topic: Sample Program for Reading Hudi Tables on Flink
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot