Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,10 @@ at [ECS Test Drive](https://portal.ecstestdrive.com/) were

## Google Cloud Storage through the S3A connector

It *is* possible to connect to google cloud storage through the S3A connector.
However, Google provide their own [Cloud Storage connector](https://cloud.google.com/dataproc/docs/concepts/connectors/cloud-storage).
That is a well maintained Hadoop filesystem client which uses their XML API,
And except for some very unusual cases, that is the connector to use.
It *is* possible to connect to Google Cloud Storage through the S3A connector.
However, Hadoop provides its own
[Google Cloud Storage connector](../../../hadoop-gcp/tools/hadoop-gcp/Configuration.html)
in the `hadoop-gcp` module. Except for unusual cases, use this `gs:` connector.

When interacting with a GCS container through the S3A connector may make sense
* The installation doesn't have the gcs-connector JAR.
Expand Down
Loading