You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2016/01/03 22:56:39 UTC

[jira] [Resolved] (TEZ-2985) Tez UI 2: Create loader and entity classes

     [ https://issues.apache.org/jira/browse/TEZ-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreenath Somarajapuram resolved TEZ-2985.
-----------------------------------------
    Resolution: Fixed

Committed to branch TEZ-2980.

> Tez UI 2: Create loader and entity classes
> ------------------------------------------
>
>                 Key: TEZ-2985
>                 URL: https://issues.apache.org/jira/browse/TEZ-2985
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Sreenath Somarajapuram
>            Assignee: Sreenath Somarajapuram
>         Attachments: TEZ-2985.1.patch
>
>
> Entity:
> - An entity would contain a model and defines it's complex relationship with other models
> - Differing from a model entities gets satisfied only when all the required data is loaded
> - Entity must ensure REST API backward compatibility
> Loader
> - Loaders are supposed to load an entity(s), like stores fetch model(s)
> - Loaders must take case of caching
> - In pages like 'All DAGs' without a limit. If tables do client side filtering after loading, we might end-up with lower number of records than loaded. Tables must be able to inform loader to load more more records.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)