Open julien-alpaca opened 1 month ago
I also encountered the same problem, can you solve it?
I also encountered the same problem, can you solve it?
You need to run with a user that exists in the docker image:
securityContext:
runAsUser: 0
runAsGroup: 0
In my case I am using root. By default kubernetes runs with a non root user. Also it was intermittent because the HMS client was able to write the data but it was failing only when writing the snapshot metadata.
Iceberg sink tasks are failing due to the following error:
Note that the connector can create parquet files and metadata files in GCS but after some time this error happens. Kerberos authentication is disabled on the hive metastore server as well as on the client.
Sink connector configuration: