Skip to content

Commit 90eb988

Browse files
authored
Update S3 Parquet Sink README.md
1 parent 3d6eeac commit 90eb988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/S3ParquetSink/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ a bucketing in the format `year=yyyy/month=MM/day=dd/hour=HH/` and rotating file
1313
Note that FileSystem sink commit the writes on checkpoint. For this reason, checkpoint are programmatically enabled when running locally.
1414
When running on Managed Flink checkpoints are controlled by the application configuration and enabled by default.
1515

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+
1619
## Prerequisites
1720

1821
* An S3 bucket for writing data. The application IAM Role must allow writing to the bucket

0 commit comments

Comments
 (0)