You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/08 18:45:38 UTC

[GitHub] [iceberg] kbendick commented on issue #5461: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org