Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11636

IcebergHiveCatalog should not be used for tables with catalog name defined in hive-site.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.1.0
    • None
    • Frontend
    • ghx-label-10

    Description

      Impala use Iceberg’s org.apache.iceberg.mr.Catalogs class to dynamically load and create catalog objects, such as in:

      https://github.com/apache/impala/blob/cf9c443ddca7403d2a92b2a01a374749a72e5f8f/fe/src/main/java/org/apache/impala/catalog/iceberg/IcebergCatalogs.java#L104

      When a table’s ‘iceberg.catalog’ property points to a catalog defined in hive-site.xml, Impala should not use IcebergHiveCatalog. Instead, it should use Impala’s IcebergCatalogs, which in turn will resolve the correct catalog object through org.apache.iceberg.mr.Catalogs.

      Attachments

        Activity

          People

            boroknagyz Zoltán Borók-Nagy
            rizaon Riza Suminto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: