Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7273

Hive job fails due to unable to rename reducer output file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.12.0
    • None
    • Query Processor
    • None

    Description

      We ran into this issue in our cluster.
      The error message is like this

      org.apache.hadoop.hive.ql.metadata.HiveException: Unable to rename output from: hdfs://***:8020/tmp/hive-svcckppi/hive_2014-06-16_20-24-09_584_6615934756634587679/_task_tmp.-ext-10002/_tmp.000000_3 to: hdfs://***:8020/tmp/hive-svcckppi/hive_2014-06-16_20-24-09_584_6615934756634587679/_tmp.-ext-10002/000000_3
              at org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.commit(FileSinkOperator.java:197)
              at org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.access$300(FileSinkOperator.java:108)
              at org.apache.hadoop.hive.ql.exec.FileSinkOperator.closeOp(FileSinkOperator.java:867)
              at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:588)
              at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:597)
              at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:597)
              at org.apache.hadoop.hive.ql.exec.ExecReducer.close(ExecReducer.java:309)
              at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:470)
              at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:407)
              at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:158)
              at java.security.AccessController.doPrivileged(Native Method)
              at javax.security.auth.Subject.doAs(Subject.java:396)
              at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1478)
              at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:153)
      

      The log of NameNode shows

      2014-06-16 20:43:38,582 WARN org.apache.hadoop.hdfs.StateChange: DIR* FSDirectory.unprotectedRenameTo: failed to rename /tmp/hive-svcckppi/hive_2014-06-16_20-24-09_584_6615934756634587679/_task_tmp.-ext-10002/_tmp.000000_3 to /tmp/hive-svcckppi/hive_2014-06-16_20-24-09_584_6615934756634587679/_tmp.-ext-10002/000000_3 because destination's parent does not exist
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              GWong George Wong
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: