kbendick commented on issue #5461: URL: https://github.com/apache/iceberg/issues/5461#issuecomment-1208479003
The `Number of reduce tasks is set to 0 since there's no reduce operator` is something you can ignore. That's just saying that this is a map only job. What about this here? ``` An error was reported inserting data. However, it can be successfully executed when “set hive.exec.mode.local.auto=true;”. ``` Did you try `set hive.exec.mode.local.auto=true;` and did that work? Also, can you provide the Iceberg related configuration for the table and for the job / session? Did you run the `add jar` command and the other steps from https://iceberg.apache.org/docs/latest/hive/? -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
