Galen Warren created FLINK-26451: ------------------------------------ Summary: Test GCS FileSystem w/ RecoverableWriter manually Key: FLINK-26451 URL: https://issues.apache.org/jira/browse/FLINK-26451 Project: Flink Issue Type: Improvement Components: FileSystems Reporter: Galen Warren Fix For: 1.15.0
This is a manual testing issue for [FLINK-11838|https://github.com/apache/flink/pull/15599]. The linked issue adds support for a Flink FileSystem backed by Google Cloud Storage (GCS). This FileSystem implementation includes RecoverableWriter support, which allows it to be used with [FileSystem connector|https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/datastream/filesystem/] sinks. Suggested things to test: * Validate writing checkpoints and/or savepoints to a GCS bucket via a *gs://* endpoint * Validate reading from and writing to *gs://* endpoints via FileSystem connector sources and sinks Note that a Google Cloud account is required to access GCS buckets. Instructions for how to provide the necessary credentials are included in the documentation. Documentation: * https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/filesystems/gcs/ -- This message was sent by Atlassian Jira (v8.20.1#820001)