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

[jira] [Created] (HIVE-17954) Implement create, alter and drop pool API's.

Harish Jaiprakash created HIVE-17954:
----------------------------------------

             Summary: Implement create, alter and drop pool API's.
                 Key: HIVE-17954
                 URL: https://issues.apache.org/jira/browse/HIVE-17954
             Project: Hive
          Issue Type: Sub-task
            Reporter: Harish Jaiprakash


Implement pool management commands:

CREATE POOL `resource_plan`.`pool_path` WITH
  ALLOC_FRACTION `fraction`
  QUERY_PARALLELISM `parallelism`
  SCHEDULING_POLICY `policy`;

ALTER POOL `resource_plan`.`pool_path` SET
  PATH = `new_path`,
  ALLOC_FRACTION = `fraction`,
  QUERY_PARALLELISM = `parallelism`,
  SCHEDULING_POLICY = `policy`;

DROP POOL `resource_plan`.`pool_path`;



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