Aggarwal-Raghav commented on issue #7924: URL: https://github.com/apache/iceberg/issues/7924#issuecomment-1614317310
@pvary. Thanks for the info. When I try to read the same table from spark. It is empty and with `set hive.execution.engine=mr;` I am getting the following error while insert only: ``` ERROR : FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask INFO : MapReduce Jobs Launched: INFO : Stage-Stage-2: Map: 1 Cumulative CPU: 4.62 sec HDFS Read: 187744 HDFS Write: 2672 FAIL INFO : Total MapReduce CPU Time Spent: 4 seconds 620 msec INFO : Completed executing command(queryId=`Query_ID`); Time taken: 22.862 seconds INFO : Concurrency mode is disabled, not creating a lock manager Error: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask (state=08S01,code=2) ``` -- 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]
