kevinjqliu commented on issue #1771: URL: https://github.com/apache/iceberg-python/issues/1771#issuecomment-2704448846
Just to clarify 1. You set `PYICEBERG_HOME` to `/home/pyiceberg` in the environment variables I see above ``` PYICEBERG_HOME=/home/pyiceberg ``` 2. `/home/pyiceberg/.pyiceberg.yaml` exists and contains the following ``` catalog: hive: uri: thrift://localhost:9083 s3.endpoint: http://localhost:9100 s3.access-key-id: admin s3.secret-access-key: adminadmin s3.region: us-east-1 ``` What command did you run to see the error ``` URI missing, please provide using --uri, the config or environment variable PYICEBERG_CATALOG__DEFAULT__URI ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org