You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Harish Jaiprakash (JIRA)" <ji...@apache.org> on 2017/10/24 12:54:00 UTC

[jira] [Commented] (HIVE-17884) Implement create, alter and drop workload management triggers.

    [ https://issues.apache.org/jira/browse/HIVE-17884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216844#comment-16216844 ] 

Harish Jaiprakash commented on HIVE-17884:
------------------------------------------

Patch uploaded to: https://reviews.apache.org/r/63249/ for review. [~sershe], [~prasanth_j] Please review.

> Implement create, alter and drop workload management triggers.
> --------------------------------------------------------------
>
>                 Key: HIVE-17884
>                 URL: https://issues.apache.org/jira/browse/HIVE-17884
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Harish Jaiprakash
>            Assignee: Harish Jaiprakash
>         Attachments: HIVE-17884.01.patch
>
>
> Implement triggers for workload management:
> The commands to be implemented:
> CREATE TRIGGER `resourceplan_name`.`trigger_name` WHEN condition DO action;
> condition is a boolean expression: variable operator value types with 'AND' and 'OR' support.
> action is currently: KILL or MOVE TO pool;
> ALTER TRIGGER `plan_name`.`trigger_name` WHEN condition DO action;
> DROP TRIGGER `plan_name`.`trigger_name`;
> Also add WM_TRIGGERS to information schema.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)