lk-1984 opened a new issue, #1771:
URL: https://github.com/apache/iceberg-python/issues/1771

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   I have set `PYICEBERG_HOME="$(pwd)" as told in the docs.
   
   https://py.iceberg.apache.org/api/
   
   ```
   This information must be placed inside a file called .pyiceberg.yaml located 
either in the $HOME or %USERPROFILE% directory (depending on whether the 
operating system is Unix-based or Windows-based, respectively) or in the 
$PYICEBERG_HOME directory (if the corresponding environment variable is set).
   ```
   
   
   ```
   MINIO_REGION=us-east-1
   PWD=/home/pyiceberg
   MINIO_PORT=9100
   HOME=/home/pyiceberg
   HIVE_PORT=9083
   VIRTUAL_ENV=/home/pyiceberg/.venv
   TERM=xterm
   MINIO_USERNAME=admin
   USER=pyiceberg
   HIVE_HOSTNAME=localhost
   SHLVL=1
   PYICEBERG_HOME=/home/pyiceberg
   MINIO_HOSTNAME=localhost
   VIRTUAL_ENV_PROMPT=(pyiceberg)
   PS1=(pyiceberg)
   MINIO_PASSWORD=adminadmin
   
PATH=/home/pyiceberg/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/pyiceberg/.local/bin
   _=/usr/bin/printenv
   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
   URI missing, please provide using --uri, the config or environment variable 
PYICEBERG_CATALOG__DEFAULT__URI
   ```
   
   I have Pyiceberg 0.9.0, and Python 3.12.
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [x] I cannot contribute a fix for this bug at this time


-- 
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.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

Reply via email to