Re: No file system found with scheme s3

2017-08-12 Thread vinay patil
Hi, The config should be *fs.s3a.impl* instead of *fs.s3.impl* Also when you are providing the S3 write path in config file or directly in code start with *s3a://* Regards, Vinay Patil On Sat, Aug 12, 2017 at 6:07 AM, ant burton [via Apache Flink User Mailing List archive.] wrote: > Hello,

Re: No file system found with scheme s3

2017-08-11 Thread Ted Yu
Shouldn't the config key be : org.apache.hadoop.fs.s3.S3FileSystem Cheers On Fri, Aug 11, 2017 at 5:38 PM, ant burton wrote: > Hello, > > After following the instructions to set the S3 filesystem in the > documentation (https://ci.apache.org/projects/flink/flink-docs- > release-1.3/setup/aws.h