You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2020/06/24 12:47:44 UTC

[flink] branch release-1.11 updated: [FLINK-17639] Document FileSystems supported by the StreamingFileSink

This is an automated email from the ASF dual-hosted git repository.

kkloudas pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 8c7f366  [FLINK-17639] Document FileSystems supported by the StreamingFileSink
8c7f366 is described below

commit 8c7f366d8abf4106bd02dba1d4574be06d23737e
Author: GuoWei Ma <gu...@gmail.com>
AuthorDate: Mon Jun 22 17:10:52 2020 +0800

    [FLINK-17639] Document FileSystems supported by the StreamingFileSink
---
 docs/dev/connectors/streamfile_sink.md    | 3 +++
 docs/dev/connectors/streamfile_sink.zh.md | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/docs/dev/connectors/streamfile_sink.md b/docs/dev/connectors/streamfile_sink.md
index 4e7c4b2..121a02d 100644
--- a/docs/dev/connectors/streamfile_sink.md
+++ b/docs/dev/connectors/streamfile_sink.md
@@ -733,6 +733,9 @@ Given this, when trying to restore from an old checkpoint/savepoint which assume
 by subsequent successful checkpoints, Flink will refuse to resume and it will throw an exception as it cannot locate the 
 in-progress file.
 
+<span class="label label-danger">Important Note 4</span>: Currently, the `StreamingFileSink` only supports three filesystems: 
+HDFS, S3, and Local. Flink will throw an exception when using an unsupported filesystem at runtime.
+
 ### S3-specific
 
 <span class="label label-danger">Important Note 1</span>: For S3, the `StreamingFileSink`
diff --git a/docs/dev/connectors/streamfile_sink.zh.md b/docs/dev/connectors/streamfile_sink.zh.md
index 70f20bd..4e7fe46 100644
--- a/docs/dev/connectors/streamfile_sink.zh.md
+++ b/docs/dev/connectors/streamfile_sink.zh.md
@@ -705,6 +705,8 @@ Hadoop 2.7 之前的版本不支持这个方法,因此 Flink 会报异常。
 <span class="label label-danger">重要提示 3</span>: Flink 以及 `StreamingFileSink` 不会覆盖已经提交的数据。因此如果尝试从一个包含 in-progress 文件的旧 checkpoint/savepoint 恢复,
 且这些 in-progress 文件会被接下来的成功 checkpoint 提交,Flink 会因为无法找到 in-progress 文件而抛异常,从而恢复失败。
 
+<span class="label label-danger">重要提示 4</span>: 目前 `StreamingFileSink` 只支持三种文件系统: HDFS、S3和Local。如果配置了不支持的文件系统,在执行的时候 Flink 会抛出异常。
+
 ###  S3 特有的注意事项
 
 <span class="label label-danger">重要提示 1</span>: 对于 S3,`StreamingFileSink`  只支持基于 [Hadoop](https://hadoop.apache.org/)