amazon-managed-service-for-apache-flink-examples
amazon-managed-service-for-apache-flink-examples copied to clipboard
Add an Apache Paimon CDC Ingestion using MSF Example
Purpose of the change
*Add an Example of Apache Paimon CDC Ingestion using MSF *
Verifying this change
- Tested on Managed Service for Apache Flink
Significant changes
- [x] Completely new example
- [ ] Updated an existing example to newer Flink version or dependencies versions
- [ ] Improved an existing example
- [ ] Modified the runtime configuration of an existing example (i.e. added/removed/modified any runtime properties)
- [ ] Modified the expected input or output of an existing example (e.g. modified the source or sink, modified the record schema)
Does this work on Amazon Managed Service for Apache Flink?
I see the readme mention "copying hive-site.xml from your EMR cluster. Flink on EMR is a different service. This repo is exclusively about Managed Service for Apache Flink
Does this work on Amazon Managed Service for Apache Flink? I see the readme mention "copying
hive-site.xmlfrom your EMR cluster. Flink on EMR is a different service. This repo is exclusively about Managed Service for Apache Flink
Hi nicuX, Yes, this works on Amazon Managed Service for Apache Flink(MSF), if we want to sync Paimon meta data to Glue Data Catalog , we need copy hive-site.xml to project, Paimon Hive Catalog will read connection info from this xml file.