Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-317

Improve TajoResourceManager to support more elaborate resource management

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • Resource Manager
    • None

    Description

      Status of the current Tajo Resource Manager (RM)

      • Tajo RM manages CPU, DISK resource incompletely, and it only provides resource management through memory allocations.
      • In addition, Tajo RM considers the memory resource as the fixed number of slots.

      Problem

      In many cases, workloads can be categorized into I/O intensive job and CPU and memory consuming job. For example, scan and hash partition or INSERT OVERWRITE may be belong to I/O intensive job. In general, Aggregation can be belong to CPU-memory consuming job. The current RM is not fit to support selectively I/O intensive job or CPU-memory consuming job because it provides only memory slots. We need more elaborate resource management mechanism.

      In addition, in most resource management systems, the remain resource less than required resource is not allocated in response to a resource request. It is not good to fully utilize the cluster resources. In order to mitigate this problem, we need to add resilience to allocation mechanism. For example, min-max request would be useful for it.

      Proposal

      • Tajo RM should provides resource management for disk and cpu-memory.
        • Tajo RM should provide allocation request call with min, max memory request, and min, max disk request.
          • min-max request will be useful to fully utilize remain cluster resources.
      • Each resource request should have a priority. The priority can be disk or memory.
        • If the priority is disk
          • disk allocation will be limited depending on the remain disk resource
          • memory allocation will be not limited regardless of the remain memory resource, and just reduce the remain memory resource.
        • If the priority is memory
          • memory allocation will be limited depending on the remain memory resource
          • disk allocation will be not limited regardless of the remain disk resource, and just reduce the remain disk resource.
      • disk resource in each worker is represented as a float value.
        • The initial disk resource will be the number of disks which participate in HDFS data directory.

      Attachments

        1. TAJO-317.doc_5.patch
          6 kB
          Keuntae Park
        2. TAJO-317.doc_4.patch
          6 kB
          Hyunsik Choi
        3. TAJO-317.doc_3.patch
          3 kB
          Keuntae Park
        4. TAJO-317.doc_2.patch
          3 kB
          Jihoon Son
        5. TAJO-317.doc.patch
          3 kB
          Keuntae Park
        6. TAJO-317_5.patch
          98 kB
          Keuntae Park
        7. TAJO-317_4.patch
          97 kB
          Keuntae Park
        8. TAJO-317_3.patch
          98 kB
          Keuntae Park
        9. TAJO-317_2.patch
          98 kB
          Keuntae Park
        10. TAJO-317.patch
          52 kB
          Keuntae Park

        Issue Links

          Activity

            People

              sirpkt Keuntae Park
              hyunsik Hyunsik Choi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: