aljoscha commented on a change in pull request #7046: [FLINK-10803] Update the
documentation to include changes to the S3 connector.
URL: https://github.com/apache/flink/pull/7046#discussion_r231851388
##########
File path: docs/dev/connectors/streamfile_sink.md
##########
@@ -24,16 +24,24 @@ under the License.
-->
This connector provides a Sink that writes partitioned files to filesystems
-supported by the Flink `FileSystem` abstraction. Since in streaming the input
-is potentially infinite, the streaming file sink writes data into buckets. The
-bucketing behaviour is configurable but a useful default is time-based
+supported by the [Flink `FileSystem` abstraction]({{
site.baseurl}}/ops/filesystems.html).
+
+<span class="label label-danger">Important Note</span>: For S3, the
`StreamingFileSink`
Review comment:
I think this should not be `Hadoop` and `Presto`, but somethink like
Hadoop-based FileSystem and Presto-based FileSystem, to make it clear.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services