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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo