We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6eeac commit 90eb988Copy full SHA for 90eb988
java/S3ParquetSink/README.md
@@ -13,6 +13,9 @@ a bucketing in the format `year=yyyy/month=MM/day=dd/hour=HH/` and rotating file
13
Note that FileSystem sink commit the writes on checkpoint. For this reason, checkpoint are programmatically enabled when running locally.
14
When running on Managed Flink checkpoints are controlled by the application configuration and enabled by default.
15
16
+> ⚠️ Reading Parquest files from S3 is currently not supported in Amazon Managed Service for Apache Flink using the Flink 1.20 runtime.
17
+
18
19
## Prerequisites
20
21
* An S3 bucket for writing data. The application IAM Role must allow writing to the bucket
0 commit comments