knaufk opened a new pull request #10295: [FLINK-14930] fix FLINK_SHADING_PREFIX 
in OSSFileSystemFactory
URL: https://github.com/apache/flink/pull/10295
 
 
   ## What is the purpose of the change
   
   Fix the shading prefix in OSS Filesystem to enable configuration of custom 
CredentialsProviders
   
   ## Brief change log
   
     - Fix the shading prefix in OSS Filesystem to enable configuration of 
custom CredentialsProviders
   
   ## Verifying this change
   
   Build Flink and Run the Job with Checkpointing to OSS with a custom 
CredentialsProvider: 
   
   flink-conf.yaml
   
   fs.oss.credentials.provider: 
com.aliyun.oss.common.auth.EnvironmentVariableCredentialsProvider
   fs.oss.endpoint: https://oss-eu-central-1.aliyuncs.com
   
   state.checkpoints.dir: oss:/...
   state.savepoints.dir: oss://...
   
   Environment:
   
   export OSS_ACCESS_KEY_SECRET=...
   export OSS_ACCESS_KEY_ID=....  
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency):  
     - 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: no
     - The S3 file system connector: no
   
   ## Documentation
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented?  docs 
   

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

Reply via email to