You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Aggarwal-Raghav (via GitHub)" <gi...@apache.org> on 2023/06/28 06:21:11 UTC

[GitHub] [iceberg] Aggarwal-Raghav commented on issue #7924: Read is not working on Iceberg Hive table

Aggarwal-Raghav commented on issue #7924:
URL: https://github.com/apache/iceberg/issues/7924#issuecomment-1610824467

   First of all thanks for the reply. 
   I tried with `SET iceberg.mr.catalog=hive;` and with below catalog config also:
   
   ```
   SET iceberg.catalog.another_hive.type=hive; 
   SET iceberg.catalog.another_hive.uri=thrift://<nodename>:9083; 
   SET iceberg.catalog.another_hive.clients=10; 
   SET iceberg.catalog.another_hive.warehouse=hdfs://<nodename>:8020/warehouse;
   ```
   **With both the config select is not working.** The rest of the config are taken from  here only: https://iceberg.apache.org/docs/latest/hive/ 
   Let me know if anything else is required. 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org