You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2013/12/03 06:07:35 UTC

[jira] [Created] (TAJO-367) Separate the locality information from Fragment

Jihoon Son created TAJO-367:
-------------------------------

             Summary: Separate the locality information from Fragment
                 Key: TAJO-367
                 URL: https://issues.apache.org/jira/browse/TAJO-367
             Project: Tajo
          Issue Type: Improvement
          Components: master, storage, worker
            Reporter: Jihoon Son
             Fix For: 0.8-incubating


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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)