Mali
04/12/2023, 7:23 AMINFO org.apache.flink.runtime.blob.FileSystemBlobStore [] - Creating highly available BLOB storage directory at s3://<my_path>/blob
My flink.conf is ;
s3.access-key: <my_access_key>
s3.secret-key: <my_secret_key>
s3.path.style.access: 'true'
s3.endpoint: s3.<my_regino>.<http://amazonaws.com|amazonaws.com>
#fs.s3a.impl: org.apache.hadoop.fs.s3a.S3AFileSystem
#fs.s3a.aws.credentials.provider: org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
I tried to change “s3.” to “fs.s3a.” but nothing is changed. Anyone have idea about that ?Mishel Liberman
06/04/2023, 12:48 PM