# The format version of this config file version:1 # Config shares/schemas/tables to share shares: -name:"share1" schemas: -name:"schema1" tables: -name:"table1" location:"s3a://test_bucket/delta_table" # Set the host name that the server will use host:"localhost" # Set the port that the server will listen on port:18080 # Set the url prefix for the REST APIs endpoint:"/delta-sharing" # Set the timeout of S3 presigned url in seconds preSignedUrlTimeoutSeconds:900 # How many tables to cache in the server deltaTableCacheSize:10 # Whether we can accept working with a stale version of the table. This is useful when sharing # static tables that will never be changed. stalenessAcceptable:false # Whether to evaluate user provided `predicateHints` evaluatePredicateHints:false
Caused by: org.apache.hadoop.fs.s3a.AWSS3IOException: doesBucketExist on test: com.amazonaws.services.s3.model.AmazonS3Exception: Bad Request (Service: Amazon S3; Status Code: 400; Error Code: 400 Bad Request; Request ID: null; S3 Extended Request ID: null), S3 Extended Request ID: null: Bad Request (Service: Amazon S3; Status Code: 400; Error Code: 400 Bad Request; Request ID: null; S3 Extended Request ID: null) at org.apache.hadoop.fs.s3a.S3AUtils.translateException(S3AUtils.java:194) at org.apache.hadoop.fs.s3a.S3AFileSystem.verifyBucketExists(S3AFileSystem.java:335) at org.apache.hadoop.fs.s3a.S3AFileSystem.initialize(S3AFileSystem.java:280) at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3247) at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:121) at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3296) at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3264) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:475) at org.apache.hadoop.fs.Path.getFileSystem(Path.java:356) at io.delta.standalone.internal.DeltaSharedTable.$anonfun$deltaLog$1(DeltaSharedTableLoader.scala:76) at io.delta.standalone.internal.DeltaSharedTable.withClassLoader(DeltaSharedTableLoader.scala:95) at io.delta.standalone.internal.DeltaSharedTable.<init>(DeltaSharedTableLoader.scala:74) at io.delta.standalone.internal.DeltaSharedTableLoader.$anonfun$loadTable$1(DeltaSharedTableLoader.scala:53) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4693) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3445) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2194) ... 60 more