Hey Pietro!

You have to add the following lines to your flink-conf.yaml:

fs.s3.accessKey: <YOUR ACCESS KEY>
fs.s3.secretKey: <YOUR SECRET KEY>

I will fix the error message to include a hint on how to configure this
correctly.

– Ufuk


On Tue, Mar 31, 2015 at 10:53 AM, pietro <pietro.pin...@gmail.com> wrote:

> Dear all,
> I have been developing a Flink application that has to run on Amazon
> Elastic
> Map Reduce.
>
> For convenience the data that the application has to read and write are on
> the S3.
>
> But, I have not been able to access S3 .This is the error I got:
> org.apache.flink.client.program.ProgramInvocationException: The program
> execution failed: Cannot initialize task 'DataSink
> (LowLevel.FlinkImplementation.MyWriter@826539e)': Cannot determine access
> key to Amazon S3
>
> What shall I do?
>
> Many thanks in advance
>
>
>
> --
> View this message in context:
> http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/Problem-with-Amazon-S3-tp946.html
> Sent from the Apache Flink (Incubator) User Mailing List archive. mailing
> list archive at Nabble.com.
>

Reply via email to