juntaozhang opened a new issue, #4063:
URL: https://github.com/apache/amoro/issues/4063

   ### What happened?
   
   request payload:
   ```text
   {
     "name": "test",
     "type": "filesystem",
     "optimizerGroup": "local",
     "tableFormatList": [
       "PAIMON"
     ],
     "storageConfig": {
       "hadoop.core.site": "",
       "hadoop.hdfs.site": "",
       "storage.type": "S3",
       "storage.s3.endpoint": "http://localhost:32000";
     },
     "authConfig": {
       "auth.kerberos.keytab": "",
       "auth.kerberos.krb5": "",
       "auth.type": "AK/SK",
       "auth.ak_sk.access_key": "test",
       "auth.ak_sk.secret_key": "11111111"
     },
     "properties": {
       "warehouse": "s3://warehouse/paimon",
       "s3.path.style.access": "true"
     },
     "tableProperties": {}
   }
   ```
   
   response:
   ```text
   {
     "message": "org.apache.paimon.fs.UnsupportedSchemeException: Could not 
find a file io implementation for scheme 's3' in the classpath.  Hadoop 
FileSystem also cannot access this path 's3://warehouse/paimon'.",
     "code": 500,
     "requestId": ""
   }
   ```
   
   ### Affects Versions
   
   master
   
   ### What table formats are you seeing the problem on?
   
   Paimon
   
   ### What engines are you seeing the problem on?
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   Caused by: org.apache.paimon.fs.UnsupportedSchemeException: Could not find a 
file io implementation for scheme 's3' in the classpath.  Hadoop FileSystem 
also cannot access this path 's3://warehouse/paimon'.
   at org.apache.paimon.fs.FileIO.get(FileIO.java:572) 
~[paimon-bundle-1.2.0.jar:1.2.0]
   at 
org.apache.paimon.catalog.CatalogFactory.createUnwrappedCatalog(CatalogFactory.java:97)
 ~[paimon-bundle-1.2.0.jar:1.2.0]
   ... 71 more
   Suppressed: java.io.IOException: One or more required options are missing.
   
   Missing required options are:
   
   s3.access-key
   s3.secret-key
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's Code of Conduct


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to