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

race condition in DAG execute tasks for hive

    XMLWordPrintableJSON

Details

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

    Description

      select ...
      (
      SubQuery involving MapReduce
      union all
      SubQuery involving MapReduce
      );

      or

      select ...
      (SubQuery involving MapReduce)
      join
      (SubQuery involving MapReduce)
      ;

      If both the subQueries finish at nearly the same time, there is a race
      condition in which the results of the subQuery finishing last will be completely missed.

      Attachments

        1. hive.2929.1.patch
          1 kB
          Namit Jain

        Activity

          People

            namit Namit Jain
            namit Namit Jain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: