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

hive.exec.parallel=true w/ Hive 0.13/Tez causes application to linger forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.13.0
    • 0.14.0
    • Tez
    • None
    • HDP 2.1, Hive 0.13, SLES 11, 128GB data nodes, ORC SNAPPY

    Description

      set hive.exec.parallel=true; will cause the Yarn application instance to linger
      forever. set hive.exec.parallel=false, the application goes away as soon as hive query is complete. The underlying table is an ORC store_sales table compressed with SNAPPY.

      hive.exec.parallel=true;
      select * from store_sales where ss_ticket_number=5741230 and ss_item_sk=4825
      

      The query will run under Tez and finish << 30 seconds.

      After 30-40 of these jobs the cluster gets to a point where no jobs will finish.

      Attachments

        1. HIVE-7237.2.patch.txt
          0.8 kB
          Navis Ryu
        2. HIVE-7237.1.patch.txt
          0.7 kB
          Navis Ryu

        Activity

          People

            navis Navis Ryu
            dmoore247 Douglas Moore
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: