patricklucas commented on PR #23836:
URL: https://github.com/apache/flink/pull/23836#issuecomment-1873963500

   @afedulov it is quite popular to use alternate endpoint URLs for blob 
storage services with S3, less so for GCS. I would actually expect it to be 
more popular, as testing jobs that interact with blob storage without actually 
having to read/write over the internet is desirable, but it's clearly not so 
common with Flink else others would have hit this.
   
   But yes, the main issue is the inconsistent behavior: Flink relies on 
Hadoop's filesystem implementations in many cases, and they can be configured 
using the Hadoop configuration options. However, Flink has chosen to use its 
own custom implementations in certain cases but has not ensured they can be 
configured the same way. A user would reasonably expect they can use the Hadoop 
configuration options to configure this Flink FS impl (which has "Hadoop" in 
the name), but in fact nearly no configuration options for the write codepath 
are exposed.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to