[
https://issues.apache.org/jira/browse/HIVE-28658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904989#comment-17904989
]
Butao Zhang commented on HIVE-28658:
------------------------------------
[~dkuzmenko] If I understand correctly, this ticket is just for making HS2 to
query iceberg table which behinds the Rest catalog(like Apache Polaris) . So
this ticket is aim for the {color:#FF0000}Rest catalog client{color}
implementation. Just like the link you provided
[https://www.tabular.io/apache-iceberg-cookbook/getting-started-trino-configuration/]
, and i found the code implementation in Trino :
[https://github.com/trinodb/trino/pull/13294]
But [https://github.com/apache/hive/pull/5145] is trying to implement a
Iceberg {color:#FF0000}Rest catalog server{color:#172b4d},{color} {color}which
is equivalent to Apache Polaris in a way. I think PR-5145 has something like
AWS{color:#de350b} Glue Iceberg Rest Catalog:{color}{color:#FF0000}
{color}
[https://aws.amazon.com/blogs/big-data/read-and-write-s3-iceberg-table-using-aws-glue-iceberg-rest-catalog-from-open-source-apache-spark/]
So some other engines like Apache Spark can query aws iceberg tables using aws
glue iceberg rest catalog.
Therefore, i think this ticket does't have any conflict with PR-5145. Am i
right?
> Iceberg REST Catalog Support
> -----------------------------
>
> Key: HIVE-28658
> URL: https://issues.apache.org/jira/browse/HIVE-28658
> Project: Hive
> Issue Type: Improvement
> Security Level: Public(Viewable by anyone)
> Components: Iceberg integration
> Reporter: Denys Kuzmenko
> Assignee: Zoltán Rátkai
> Priority: Major
>
> Allow Hive to communicate directly with an Iceberg catalog service using the
> Iceberg REST Catalog protocol. This protocol is the standard and recommended
> way to interact with Iceberg metadata and tables.
> interface MetadataProvider
> * HiveCatalog
> * RestCatalog
> Ref:
> https://www.tabular.io/apache-iceberg-cookbook/getting-started-trino-configuration/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)