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

"alter table .. concatenate" under Tez mode should create TezTask

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 1.1.0, 1.2.0
    • 1.2.0
    • None
    • None

    Description

      "alter table .. concatenate" DDL command creates MR task by default. When hive cli is launched with execution engine as tez, the scheduling of the MR task for file merging could be delayed until tez session expiration. This happens because YARN will not have capacity to launch another AppMaster for MR task. We should create tez task to overcome this. When the execution engine is tez TezTask will be created else MRTask will be created.

      Attachments

        1. HIVE-9529-branch-1.1.0.patch
          10 kB
          Prasanth Jayachandran
        2. HIVE-9529-branch-1.0.0.patch
          10 kB
          Prasanth Jayachandran
        3. HIVE-9529.2.patch
          13 kB
          Prasanth Jayachandran
        4. HIVE-9529.1.patch
          13 kB
          Prasanth Jayachandran

        Activity

          People

            prasanth_j Prasanth Jayachandran
            prasanth_j Prasanth Jayachandran
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: