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

Separate the locality information from Fragment

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • QueryMaster, Storage, Worker
    • None

    Description

      Fragment is designed to represent a portion of the abstracted input source.
      However, since It is currently used for the task scheduling and the task allocation, it includes the locality information as well as the abstraction of the input data.
      The locality information is used only in the task scheduling, and thus the locality information should be separated from Fragment.

      The locality information is used in the task scheduling to assign tasks to workers closes to the data regardless of the kind of the storage layer.
      To consider input data and their locality in the task scheduler, we need to design a new class including a Fragment and the locality information such as FragmentWithHost.

      In this issue, following works should be resolved.

      • Removing the host information from FileFragment
      • Creating a new class FragmentWithHost that contains an instance of the Fragment interface and the locality information consisting of hosts and disk ids
      • Refactoring SubQuery, StorageManager and TaskScheduler to use FragmentWithHost

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jihoonson Jihoon Son
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: