kevinjqliu commented on issue #1165: URL: https://github.com/apache/iceberg-python/issues/1165#issuecomment-2347031038
> line 3457, in recv_create_table raise result.o3 hive_metastore.ttypes.MetaException: MetaException(message='java.lang.IllegalArgumentException: bucket is null/empty') This error is not from pyiceberg, but possibly from your underlying (hadoop) fs https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java#L1102 > catalog_type= "hadoop", This is also not a valid catalog type https://github.com/apache/iceberg-python/blob/40357476ad0a79f7486b96a6e29b404bc699b70d/pyiceberg/catalog/__init__.py#L177-L183 > "bucket_name": "s3a://my_bucket", `bucket_name` is not a valid parameter for catalog https://py.iceberg.apache.org/configuration/#catalogs -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
