Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.0.0
-
None
Description
Sep 11 05:44:32 Caused by: java.lang.IllegalArgumentException: AWS Access Key ID and Secret Access Key must be specified by setting the fs.s3n.awsAccessKeyId and fs.s3n.awsSecretAccessKey properties (respectively). Sep 11 05:44:32 at org.apache.hadoop.fs.s3.S3Credentials.initialize(S3Credentials.java:74) Sep 11 05:44:32 at org.apache.hadoop.fs.s3native.Jets3tNativeFileSystemStore.initialize(Jets3tNativeFileSystemStore.java:80) Sep 11 05:44:32 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Sep 11 05:44:32 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Sep 11 05:44:32 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Sep 11 05:44:32 at java.lang.reflect.Method.invoke(Method.java:498) Sep 11 05:44:32 at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:433) Sep 11 05:44:32 at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:166) Sep 11 05:44:32 at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:158) Sep 11 05:44:32 at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:96) Sep 11 05:44:32 at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:362) Sep 11 05:44:32 at org.apache.hadoop.fs.s3native.$Proxy64.initialize(Unknown Source) Sep 11 05:44:32 at org.apache.hadoop.fs.s3native.NativeS3FileSystem.initialize(NativeS3FileSystem.java:334) Sep 11 05:44:32 at org.apache.flink.runtime.fs.hdfs.HadoopFsFactory.create(HadoopFsFactory.java:168) Sep 11 05:44:32 ... 33 more
Attachments
Issue Links
- is caused by
-
FLINK-34085 Remove deprecated string configuration keys in Flink 2.0
- Resolved
- is duplicated by
-
FLINK-36272 YarnFileStageTestS3ITCase fails on master
- Closed
- links to