You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2015/04/03 23:23:52 UTC

[jira] [Commented] (TEZ-2236) TEZ UI: Support loading of all rows in dag -> tasks table.

    [ https://issues.apache.org/jira/browse/TEZ-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395104#comment-14395104 ] 

Sreenath Somarajapuram commented on TEZ-2236:
---------------------------------------------

Thanks [~pramachandran], patch 2 is with the changes. Please review.

data-array-loader-mixin
- All find code must be having respective error handler, but again as a fall back have added a catch at the end of prototype chain.
- limit: Thanks for pointing this out, all request will go with a limit now.
- array.length: As we are just depended on the number of elements, wouldn't array.length be better than array.[]?

general
- columnselector: Was planned for a later patch, but have prepended to patch 2.
- Column resize: Was planned for a later patch, but have prepended to patch 2.
- Caching was added
- Default row count changed to 25.

target version: Aiming for Dal.

> TEZ UI: Support loading of all rows in dag -> tasks table.
> ----------------------------------------------------------
>
>                 Key: TEZ-2236
>                 URL: https://issues.apache.org/jira/browse/TEZ-2236
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Sreenath Somarajapuram
>            Assignee: Sreenath Somarajapuram
>         Attachments: TEZ-2236.1.patch, TEZ-2236.2.patch
>
>
> 1. ember-table component was replaced with basic-ember-table component. Its lightweight, easy to customize, uses pure css for layout and supports cell level lazy loading and Pagination of complete loaded data.
> 2. Load all rows in two phases - First load some rows for preview, then load all related records to be displayed.
> 3. Support caching of data across tabs.



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