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

Implement create, alter and drop workload management triggers

    XMLWordPrintableJSON

Details

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

    Description

      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.

      Attachments

        1. HIVE-17884.03.patch
          1.88 MB
          Harish JP
        2. HIVE-17884.02.patch
          1.88 MB
          Harish JP
        3. HIVE-17884.01.patch
          1.88 MB
          Harish JP

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: