Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to get table starrocks_connector_iceberg_logical_metadata_table #54226

Open
yuanzhangjun opened this issue Dec 23, 2024 · 0 comments
Open
Labels
type/bug Something isn't working

Comments

@yuanzhangjun
Copy link

yuanzhangjun commented Dec 23, 2024

Steps to reproduce the behavior (Required)

  1. CREATE EXTERNAL CATALOG unified_catalog
    PROPERTIES (“enable_iceberg_metadata_cache” = “false”,
    “enable_remote_file_cache” = “false”,
    “aws.s3.use_instance_profile” = “true”,
    “aws.s3.region” = “XXX”,
    “aws.glue.use_instance_profile” = “true”,
    “aws.glue.region” = “XXX”,
    “type” = “unified”,
    “unified.metastore.type” = “glue”,
    “enable_metastore_cache” = “false”
    )

image
3.
image

Expected behavior (Required)

Query is normal

Real behavior (Required)

Queries using the Iceberg catalog are normal, but queries using the unified catalog result in errors.
ERROR 1064 (HY000): Failed to execute metadata collection job. Failed to get table [iceberg_db.starrocks_connector_iceberg_logical_metadata_table], msg: NoSuchObjectException: Entity Not Found (Service: Glue, Status Code: 400, Request ID: cb4f9a1a-629d-412a-8b92-c4f8935858aa)

StarRocks version (Required)

  • version 3.3.5
@yuanzhangjun yuanzhangjun added the type/bug Something isn't working label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant