You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,guys,I deploy dolphinscheduler on k8s,config RESOURCE_STORAGE_TYPE is s3,create tenant error!
logs:
[ERROR] 2022-03-26 10:41:07.585 org.apache.dolphinscheduler.common.utils.HadoopUtils:[116] - Status Code: 403, AWS Service: Amazon S3, AWS Request ID: 4J77B92YGRDXZGZK, AWS Error Code: null, AWS Error Message: Forbidden
com.amazonaws.services.s3.model.AmazonS3Exception: Status Code: 403, AWS Service: Amazon S3, AWS Request ID: 4J77B92YGRDXZGZK, AWS Error Code: null, AWS Error Message: Forbidden
at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:798)
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:421)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:232)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3528)
at com.amazonaws.services.s3.AmazonS3Client.getObjectMetadata(AmazonS3Client.java:976)
at com.amazonaws.services.s3.AmazonS3Client.getObjectMetadata(AmazonS3Client.java:956)
at org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:892)
at org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:77)
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1426)
at org.apache.dolphinscheduler.common.utils.HadoopUtils.initHdfsPath(HadoopUtils.java:112)
at org.apache.dolphinscheduler.common.utils.HadoopUtils.<init>(HadoopUtils.java:96)
at org.apache.dolphinscheduler.common.utils.HadoopUtils.<init>(HadoopUtils.java:67)
at org.apache.dolphinscheduler.common.utils.HadoopUtils$1.load(HadoopUtils.java:85)
at org.apache.dolphinscheduler.common.utils.HadoopUtils$1.load(HadoopUtils.java:82)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2273)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2156)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2046)
at com.google.common.cache.LocalCache.get(LocalCache.java:3943)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,guys,I deploy dolphinscheduler on k8s,config RESOURCE_STORAGE_TYPE is s3,create tenant error!
logs:
My helm values.yaml
Beta Was this translation helpful? Give feedback.
All reactions