Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-18 Thread via GitHub
nastra closed issue #9958: Metadata not found for table created by flink URL: https://github.com/apache/iceberg/issues/9958 -- 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 u

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
nastra commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997494457 In any case, this is an issue related to Trino, so it's probably best to move this issue to Trino as the Iceberg community doesn't maintain the Iceberg Connector for Trino -- This

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
sheveg commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997460536 I adjusted now the setting using the configuration you linked: ```yaml connector.name=iceberg iceberg.catalog.type=nessie iceberg.nessie-catalog.uri=h

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
sheveg commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997411834 But when I do create a table directly using the trino cli, I can also query this data. I get this error only for the data generated by flink. -- This is an automated message from th

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
nastra commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997386469 So I think the issue is how you point to MinIO in Trino vs in your Flink app. In Flink you use `s3.endpoint`, which is correct. But I don't think you're using the correct configuratio

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
sheveg commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997291522 I get this error: `Metadata not found in metadata location for table`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
nastra commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997225394 > Which log entries do you mean exactly? I mean the log/stack trace when `Metadata not found in metadata location for table ...` happens -- This is an automated message from

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
sheveg commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997175547 We deploy the flink cluster via Kubernetes via the operator. This is the resource file for it: ```yaml --- # Source: flink-demo/templates/flink-session-cluster.yaml apiVers

Re: [I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
nastra commented on issue #9958: URL: https://github.com/apache/iceberg/issues/9958#issuecomment-1997149838 @sheveg a detailed stack trace or a log file would be helpful. Additionally, please state which Flink version you're using. The config you posted is the Trino connector config. How do

[I] Metadata not found for table created by flink [iceberg]

2024-03-14 Thread via GitHub
sheveg opened a new issue, #9958: URL: https://github.com/apache/iceberg/issues/9958 ### Apache Iceberg version 1.4.3 ### Query engine Trino ### Please describe the bug 🐞 When using Flink to put data in iceberg using Nessie as catalog, I get an Metadata not