Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2025-01-14 Thread via GitHub
ArijitSinghEDA closed issue #908: Bucket name getting appended to minIO service name URL: https://github.com/apache/iceberg-python/issues/908 -- 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 spec

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2025-01-08 Thread via GitHub
github-actions[bot] commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2578932372 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity oc

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-11 Thread via GitHub
kevinjqliu commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224802452 Likely an issue with path-style vs virtual-hosted-style s3 access https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#virtual-hosted-style-access

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-11 Thread via GitHub
ArijitSinghEDA commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224784281 @kevinjqliu yes, I concur that too. Like I said before, in the REST server only it prefixed the bucket name to the MinIO service name, due to which it is unable to make a

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-11 Thread via GitHub
kevinjqliu commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224740046 @ArijitSinghEDA Something I noticed about the error message ``` pyiceberg.exceptions.ServerError: SdkClientException: Received an UnknownHostException when attemptin

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-11 Thread via GitHub
ArijitSinghEDA commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224625065 Hi @kevinjqliu The example shared is very insightful, but my issue is that I have a MinIO service serving already for other tasks as well, and I want to access this M

Re: [I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-11 Thread via GitHub
kevinjqliu commented on issue #908: URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224090002 What does your `docker-compose.yaml` look like? It's likely a configuration issue. I'd suggest starting with a known working docker configuration (such as https://github.com/

[I] Bucket name getting appended to minIO service name [iceberg-python]

2024-07-09 Thread via GitHub
ArijitSinghEDA opened a new issue, #908: URL: https://github.com/apache/iceberg-python/issues/908 ### Question I am running iceberg in a dockerized environment and using rest catalog and storing table details as parquet file using pyarrow on a local minIO server under the bucket "ice