You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2015/02/02 22:41:35 UTC

[jira] [Updated] (HIVE-9529) "alter table .. concatenate" under Tez mode should create TezTask

     [ https://issues.apache.org/jira/browse/HIVE-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasanth Jayachandran updated HIVE-9529:
----------------------------------------
    Attachment: HIVE-9541.2.patch

> "alter table .. concatenate" under Tez mode should create TezTask
> -----------------------------------------------------------------
>
>                 Key: HIVE-9529
>                 URL: https://issues.apache.org/jira/browse/HIVE-9529
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.2.0, 1.1.0
>            Reporter: Prasanth Jayachandran
>            Assignee: Prasanth Jayachandran
>         Attachments: HIVE-9529.1.patch, HIVE-9529.2.patch
>
>
> "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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)