Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17481 LLAP workload management
  3. HIVE-17771

Implement commands to manage resource plan

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • None

    Description

      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.

      Attachments

        1. HIVE-17771.01.patch
          1.03 MB
          Harish JP
        2. HIVE-17771.02.patch
          1.44 MB
          Harish JP
        3. HIVE-17771.03.patch
          3.37 MB
          Harish JP
        4. HIVE-17771.04.patch
          3.37 MB
          Sergey Shelukhin

        Activity

          People

            harishjp Harish JP
            harishjp Harish JP
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: