You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2017/10/21 02:19:02 UTC

[jira] [Commented] (HIVE-17771) Implement commands to manage resource plan

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

Lefty Leverenz commented on HIVE-17771:
---------------------------------------

Doc note:  This should be documented in the wiki, either in the LLAP design doc or in a new doc for LLAP workload management, with a cross-reference section in the DDL doc.  The new keywords should also be documented in the DDL doc.

* [LLAP | https://cwiki.apache.org/confluence/display/Hive/LLAP]
* [DDL -- Keywords | https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-Keywords,Non-reservedKeywordsandReservedKeywords]

Added a TODOC3.0 label.

> Implement commands to manage resource plan
> ------------------------------------------
>
>                 Key: HIVE-17771
>                 URL: https://issues.apache.org/jira/browse/HIVE-17771
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Harish Jaiprakash
>            Assignee: Harish Jaiprakash
>              Labels: TODOC3.0
>             Fix For: 3.0.0
>
>         Attachments: HIVE-17771.01.patch, HIVE-17771.02.patch, HIVE-17771.03.patch, HIVE-17771.04.patch
>
>
> Please see parent jira about llap workload management.
> This jira is to implement create and show resource plan commands in hive to configure resource plans for llap workload. The following are the proposed commands implemented as part of the jira:
> CREATE RESOURCE PLAN plan_name WITH QUERY_PARALLELISM parallelism;
> SHOW RESOURCE PLAN plan_name;
> SHOW RESOURCE PLANS;
> ALTER RESOURCE PLAN plan_name SET QUERY_PARALLELISM = parallelism;
> ALTER RESOURCE PLAN plan_name RENAME TO new_name;
> ALTER RESOURCE PLAN plan_name ACTIVATE;
> ALTER RESOURCE PLAN plan_name DISABLE;
> ALTER RESOURCE PLAN plan_name ENABLE;
> DROP RESOURCE PLAN;
> It will be followed up with more jiras to manage pools, triggers and copy resource plans.



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