Was speculative execution enabled ?

Thanks

> On Mar 21, 2016, at 6:19 AM, Yasemin Kaya <[email protected]> wrote:
> 
> Hi,
> 
> I am using S3 read data also I want to save my model S3. In reading part 
> there is no error, but when I save model I am getting this error . I tried to 
> change the way from s3n to s3a but nothing change, different errors comes.
> 
> reading path
> s3n://tani-online/weblog/
> 
> model saving path
> s3n://tani-online/model/
> 
> configuration
> sc.hadoopConfiguration().set("fs.s3.impl","org.apache.hadoop.fs.s3native.NativeS3FileSystem");
>               sc.hadoopConfiguration().set("fs.s3n.awsAccessKeyId", 
> AWS_ACCESS_KEY_ID);
>               sc.hadoopConfiguration().set("fs.s3n.awsSecretAccessKey", 
> AWS_SECRET_ACCESS_KEY);
> 
> 
> ps: I am using spark-1.6.0-bin-hadoop2.4
> 
> Best,
> yasemin
> 
> -- 
> hiç ender hiç

Reply via email to