我正在使用一个名为localstack的产品在本地模拟amazons3,它充当flink作业的流文件接收器。
在运行日志中,我可以看到flink忽略localstack并尝试联系amazons3。
Received error response: org.apache.flink.fs.s3base.shaded.com.amazonaws.services.s3.model.AmazonS3Exception: Service Unavailable
Retrying Request: HEAD https://s3.amazonaws.com /testBucket/
在flink-conf.yaml中,我指定了以下配置属性:
s3.impl: org.apache.hadoop.fs.s3a.S3AFileSystem
s3.buffer.dir: ./tmp
s3.endpoint: localhost:4566
s3.path.style.access: true
s3.access-key:***
s3.secret-key:***
为什么Flink会无视 s3.endpoint
?
暂无答案!
目前还没有任何答案,快来回答吧!