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

Fix avro_joins.q testcase failure when building hive on hadoop0.23

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0
    • None
    • None

    Description

      avro_joins.q is failing when building hive on hadoop0.23 for both MR1 and MR2. It has an execution exception:

      This query fails when execution:

      SELECT e.title, e.air_date, d.first_name, d.last_name, d.extra_field, e.air_date
      FROM doctors4 d JOIN episodes e ON (d.number=e.doctor)
      ORDER BY d.last_name, e.title

      Execution failed with exit status: 2
      Obtaining error information
      Task failed!
      Task ID:
      Stage-1
      Logs:
      /home/cloudera/Code/hive/build/ql/tmp//hive.log
      FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask

      Attachments

        1. HIVE-3257.1.patch.txt
          1 kB
          Zhenxiao Luo

        Issue Links

          Activity

            People

              zhenxiao Zhenxiao Luo
              zhenxiao Zhenxiao Luo
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: