user3858193
user3858193

Reputation: 1518

How to connect glue iceberg table from presto in EMR?

I am not able to access the iceberg table created using spark and present in glue catalog. Error Message: Query 20250113_163609_00011_ypmu9 failed: Not a Hive table 'search_iceberg.gweekly'

Cluster created with the config.

[
  {
    "Classification": "iceberg-defaults",
    "Properties": {
      "iceberg.enabled": "true"
    }
  },
  {
    "Classification": "presto-connector-hive",
    "Properties": {
      "hive.metastore": "glue"
    }
  }
]

Upvotes: 0

Views: 17

Answers (0)

Related Questions