Re: Job fails to start with S3 savepoint

2017-03-21 Thread Stephan Ewen
USA > > *47° 36' 41" N. 122° 19' 57" W* > > *HERE Maps* > > > > > > > > *From: *"Bajaj, Abhinav" <abhinav.ba...@here.com> > *Date: *Monday, March 20, 2017 at 10:46 AM > *To: *"user@flink.apache.org" <user@flink.apache.org&

Re: Job fails to start with S3 savepoint

2017-03-20 Thread Bajaj, Abhinav
March 20, 2017 at 10:46 AM To: "user@flink.apache.org" <user@flink.apache.org>, "u...@apache.org" <u...@apache.org> Subject: Re: Job fails to start with S3 savepoint Hi Ufuk, Thanks for replying. The savepoint path is correct and it exists. FYI, I used the monitoring R

Re: Job fails to start with S3 savepoint

2017-03-20 Thread Bajaj, Abhinav
user@flink.apache.org> Subject: Re: Job fails to start with S3 savepoint Hey Abhinav, the Exception is thrown if the S3 object does not exist. Can you double check that it actually does exist (no typos, etc.)? Could this be related to accessing a different region than expected? – Ufuk On M

Re: Job fails to start with S3 savepoint

2017-03-20 Thread Ufuk Celebi
Hey Abhinav, the Exception is thrown if the S3 object does not exist. Can you double check that it actually does exist (no typos, etc.)? Could this be related to accessing a different region than expected? – Ufuk On Mon, Mar 20, 2017 at 9:38 AM, Timo Walther wrote: > Hi

Re: Job fails to start with S3 savepoint

2017-03-20 Thread Timo Walther
Hi Abhinav, can you check if you have configured your AWS setup correctly? The S3 configuration might be missing. https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/aws.html#missing-s3-filesystem-configuration Regards, Timo Am 18/03/17 um 01:33 schrieb Bajaj, Abhinav: Hi,

Job fails to start with S3 savepoint

2017-03-17 Thread Bajaj, Abhinav
Hi, I am trying to explore using S3 for storing checkpoints and savepoints. I can get Flink to store the checkpoints and savepoints in s3. However, when I try to submit the same Job using the stored savepoint, it fails with below exception. I am using Flink 1.2 and submitted the job from the UI