According to my job manager log; Job manager is st...
# troubleshooting
m
According to my job manager log; Job manager is stucking at this situtation;
Copy code
INFO  org.apache.flink.runtime.blob.FileSystemBlobStore            [] - Creating highly available BLOB storage directory at s3://<my_path>/blob
My flink.conf is ;
Copy code
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 ?
m
did you managed to solve this?