Re: Issues when using a file system as a plugin

2021-06-23 Thread Yaroslav Tkachenko
Hi Arvid, I've created the following issue: https://issues.apache.org/jira/browse/FLINK-23127 On Wed, Jun 23, 2021 at 2:09 AM Arvid Heise wrote: > This looks like a bug at first glance. Could you please open a ticket for > that? > > If not, I'd do that tomorrow. > > On Wed, Jun 23, 2021 at 6:36

Re: Issues when using a file system as a plugin

2021-06-23 Thread Arvid Heise
This looks like a bug at first glance. Could you please open a ticket for that? If not, I'd do that tomorrow. On Wed, Jun 23, 2021 at 6:36 AM Yaroslav Tkachenko < yaroslav.tkache...@shopify.com> wrote: > Hi everyone, > > I need to add support for the GCS filesystem. I have a working example > wh

Issues when using a file system as a plugin

2021-06-22 Thread Yaroslav Tkachenko
Hi everyone, I need to add support for the GCS filesystem. I have a working example where I add two JARs to the */opt/flink/lib*/ folder: - GCS Hadoop connector - *Shaded* Hadoop using flink-shaded-hadoop-2-uber-2.8.3-10.0.jar Now I'm trying to follow the advice from https://ci.apache.org/projec