Re: Flink and AWS S3 integration: java.lang.NullPointerException: null uri host

2018-06-01 Thread Fabian Wollert
i solved it by myself, with the help of some debugging. i used s3:///mybucket/ but it needs to be s3://mybucket/some_folder ... 2 slashes, and also a folder needs to be specified ... -- *Fabian WollertZalando SE* E-Mail: fabian.woll...@zalando.de Location: ZMAP

Re: Flink and AWS S3 integration: java.lang.NullPointerException: null uri host

2018-05-31 Thread Fabian Wollert
I'm running it in docker on EC2, cant use EMR ... yes i followed those instructions. Cheers -- *Fabian WollertZalando SE* E-Mail: fabian.woll...@zalando.de Am Do., 31. Mai 2018 um 03:07 Uhr schrieb Bowen Li : > Did you run Flink on AWS EMR or somewhere else? Have you read and followed >

Re: Flink and AWS S3 integration: java.lang.NullPointerException: null uri host

2018-05-30 Thread Bowen Li
Did you run Flink on AWS EMR or somewhere else? Have you read and followed instructions on https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/deployment/aws.html#amazon-web-services-aws ? On Wed, May 30, 2018 at 7:08 AM, Fabian Wollert wrote: > Hi, I'm trying to set up

Flink and AWS S3 integration: java.lang.NullPointerException: null uri host

2018-05-30 Thread Fabian Wollert
Hi, I'm trying to set up Checkpoints for Flink Jobs with S3 as a filesystem backend. I configured the following: state.backend=filesystem state.backend.fs.checkpointdir=s3:///mybucket/ state.checkpoints.dir=s3:///mybucket/ state.checkpoints.num-retained=3 I also copied the