cnauroth opened a new pull request, #22281:
URL: https://github.com/apache/flink/pull/22281

   ## What is the purpose of the change
   
   Upgrade GCS connector to 2.2.11.
   
   ## Brief change log
   
   Upgrade the [GCS 
Connector](https://github.com/GoogleCloudDataproc/hadoop-connectors/tree/v2.2.11/gcs)
 bundled in the Flink distro from version 2.2.3 to 2.2.11. The new release 
contains multiple bug fixes and enhancements discussed in the [Release 
Notes](https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/v2.2.11/gcs/CHANGES.md).
 Notable changes include:
   
   * Improved socket timeout handling.
   * Trace logging capabilities.
   * Fix bug that prevented usage of GCS as a [Hadoop Credential 
Provider](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html).
   * Dependency upgrades.
   * Support OAuth2 based client authentication.
   
   ## Verifying this change
   
   This change is already covered by existing tests. These tests pass with the 
new version.
   
   ```
   mvn -Pfast -pl flink-filesystems/flink-gs-fs-hadoop clean test
   ```
   
   Additionally, I built a full distro and successfully ran a job that reads 
and writes to a GCS bucket.
   
   ```
   mvn -Pfast clean package -DskipTests
   ```
   
   ```
   mkdir ./plugins/gs-fs-hadoop
   cp ./opt/flink-gs-fs-hadoop-1.18-SNAPSHOT.jar ./plugins/gs-fs-hadoop
   
   bin/start-cluster.sh
   
   bin/flink run examples/batch/WordCount.jar \
       --input gs://dataproc-datasets-us-central1/shakespeare \
       --output 
gs://cnauroth-hive-metastore-proxy-dist/output/shakespeare-word-count.txt
   ```
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): yes
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to