pvary commented on issue #4805:
URL: https://github.com/apache/iceberg/issues/4805#issuecomment-1137115312

   I
   
   > > or we can link a 4.0.0 docker image where the users can try out Hive 
4.0.0.
   > 
   > Is this image already available or would we need to create one?
   
   @samredai: Talked with @kgyrtkirk and he kindly helped me with the commands:
   ```
   # To download and start the Hive in a docker image
   docker run --rm -p 10000:10000 --name hive4 -e HIVE_VERSION=4.0.0-alpha-1 -e 
TEZ_VERSION=0.10.1 -v hive-dev-box_work:/work kgyrtkirk/hive-dev-box:bazaar
   
   # After the pervious command is finished (it takes some time to download the 
image and start Hive)
   # In another terminal, to connect with BeeLine to Hive
   docker exec -it hive4 /bin/bash --login -e safe_bl
   ```
   
   After that you are ready to create Iceberg tables through Hive. I have tried 
a few commands and it seems working as excepted.


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

Reply via email to