alpinegizmo commented on a change in pull request #9169: [FLINK-12998][docs]
Update documentation for file systems loading as plugins
URL: https://github.com/apache/flink/pull/9169#discussion_r307638370
##########
File path: docs/dev/batch/connectors.md
##########
@@ -25,18 +25,10 @@ under the License.
* TOC
{:toc}
-## Reading from file systems
-
-Flink has built-in support for the following file systems:
-
-| Filesystem | Scheme | Notes |
-| ------------------------------------- |--------------| ------ |
-| Hadoop Distributed File System (HDFS) | `hdfs://` | All HDFS
versions are supported |
-| Amazon S3 | `s3://` | Support through
Hadoop file system implementation (see below) |
-| MapR file system | `maprfs://` | The user has to
manually place the required jar files in the `lib/` dir |
-| Alluxio | `alluxio://` | Support
through Hadoop file system implementation (see below) |
-
+## Reading from and writing to file systems
+Apache Flink project supports multiple [file systems]({{ site.baseurl
}}/ops/filesystems/index.html) that can be used as backing stores
Review comment:
Either "The Apache Flink project ..." or "Apache Flink supports ...".
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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