Created on 01-13-2015 01:36 PM - edited 09-16-2022 02:18 AM
on: Cloudera Manager 4.8.4
I set the fs.s3n.awsSecretAccessKey property in the core-site.xml through the HDFS safety valve, and still can't run the job. Running the job gives me this error:
java.lang.IllegalArgumentException: AWS Secret Access Key must be specified as the password of a s3n URL, or by setting the fs.s3n.awsSecretAccessKey property.
Meanwhile, I can run the job with the same credentials on a different cluster. Everything I've read says once you add these credentials, deploy the config and restart the cluster, you're good to go.
I've also tried adding the property to the hdfs-site.xml and I've compared the jar file on both clusters to make sure they md5sum the same.
Anyone run into some issues with their AWS credentials?
Created 01-14-2015 11:03 AM
Found my answer, and wanted to share....
The override must go into the MapReduce Gateway client config safety valve.
Thanks, everyone.
Created 01-14-2015 11:03 AM
Found my answer, and wanted to share....
The override must go into the MapReduce Gateway client config safety valve.
Thanks, everyone.
Created 01-14-2015 11:05 AM
... in the mapred-site.xml