Closed PetrasTYR closed 2 months ago
I updated my docker-compose.yaml to use extra_hosts and it worked. Closing this issue.
I updated my docker-compose.yaml to use extra_hosts and it worked. Closing this issue.
I'm facing the same error, can you please give a snippet how you add the extra_hosts
Thanks
Yeah, that would be great @PetrasTYR, I am facing the same issue
I updated my docker-compose.yaml to use extra_hosts and it worked. Closing this issue.
I'm facing the same error, can you please give a snippet how you add the extra_hosts
Thanks
Finnaly it was an error on my side.
I've used environment variables to set the uri
and the s3.endpoint
and this is where the mistake was.
Apache Iceberg version
0.7.1 (latest release)
Please describe the bug 🐞
Hello!
I am trying to use Nessie as an iceberg catalog, specifically the REST catalog that the nessie server provides and writing to s3 bucket in localstack. but i face this error:
OSError: When initiating multiple part upload for key 'rpmd/performance_68d55afc-e4d7-4055-932c-25f52e0e2f74/data/00000-0-b33665ff-ccbf-426f-bbd1-94353801131a.parquet' in bucket 'warehouse': AWS Error NETWORK_CONNECTION during CreateMultipartUpload operation: Encountered network error when sending http request
docker-compose.yaml:
my python file:
The stacktrace:
Package versions:
I've tried the solution in issue #974 but it still does not work. Would appreciate it greatly if someone could try this out please, thanks!
Edited to update the actual
load_rest
configs and package versions