Skip to content

Commit

Permalink
[FLINK-19993] Remove flink-connector-filesystem module
Browse files Browse the repository at this point in the history
This closes apache#13941.
  • Loading branch information
kl0u committed Nov 5, 2020
1 parent 28110ed commit eb05e50
Show file tree
Hide file tree
Showing 48 changed files with 8 additions and 5,561 deletions.
154 changes: 0 additions & 154 deletions docs/dev/connectors/filesystem_sink.md

This file was deleted.

136 changes: 0 additions & 136 deletions docs/dev/connectors/filesystem_sink.zh.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/dev/connectors/guarantees.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ state updates) of Flink coupled with bundled sinks:
</tr>
</thead>
<tbody>
<tr>
<td>HDFS BucketingSink</td>
<td>exactly once</td>
<td>Implementation depends on Hadoop version</td>
</tr>
<tr>
<td>Elasticsearch</td>
<td>at least once</td>
Expand Down
5 changes: 0 additions & 5 deletions docs/dev/connectors/guarantees.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ under the License.
</tr>
</thead>
<tbody>
<tr>
<td>HDFS BucketingSink</td>
<td>精确一次</td>
<td>实现方法取决于 Hadoop 的版本</td>
</tr>
<tr>
<td>Elasticsearch</td>
<td>至少一次</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/datastream_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ at-least-once semantics. The data flushing to the target system depends on the i
OutputFormat. This means that not all elements send to the OutputFormat are immediately showing up
in the target system. Also, in failure cases, those records might be lost.

For reliable, exactly-once delivery of a stream into a file system, use the `flink-connector-filesystem`.
For reliable, exactly-once delivery of a stream into a file system, use the `StreamingFileSink`.
Also, custom implementations through the `.addSink(...)` method can participate in Flink's checkpointing
for exactly-once semantics.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/datastream_api.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ at-least-once semantics. The data flushing to the target system depends on the i
OutputFormat. This means that not all elements send to the OutputFormat are immediately showing up
in the target system. Also, in failure cases, those records might be lost.

For reliable, exactly-once delivery of a stream into a file system, use the `flink-connector-filesystem`.
For reliable, exactly-once delivery of a stream into a file system, use the `StreamingFileSink`.
Also, custom implementations through the `.addSink(...)` method can participate in Flink's checkpointing
for exactly-once semantics.

Expand Down
6 changes: 3 additions & 3 deletions docs/fig/program_dataflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eb05e50

Please sign in to comment.