You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Prakash Ramachandran (JIRA)" <ji...@apache.org> on 2015/04/21 13:59:58 UTC

[jira] [Comment Edited] (TEZ-2345) TEZ-UI: Enable cell level loading in all DAGs table

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

Prakash Ramachandran edited comment on TEZ-2345 at 4/21/15 11:59 AM:
---------------------------------------------------------------------

[~Sreenath]
few general ones
* when no data is available , the table should not be hidden, and instead should be shown with no rows (ex. search for running dags when none are running).


also ran into a couple of errors with the patch mostly looks like a race condition.
* the below was caused by a store.find('appDetail', appId), and appId being null. this looks like a serialization issue
bq. Uncaught Error: Assertion Failed: You may not pass `undefined` as id to the store's find methodember.js:3722 Ember.assertember-data.js:10457 Ember.Object.extend.findcombined-scripts.js:5613 getCellContent






was (Author: pramachandran):
[~sreenathmenon]
few general ones
* when no data is available , the table should not be hidden, and instead should be shown with no rows (ex. search for running dags when none are running).


also ran into a couple of errors with the patch mostly looks like a race condition.
* the below was caused by a store.find('appDetail', appId), and appId being null. this looks like a serialization issue
bq. Uncaught Error: Assertion Failed: You may not pass `undefined` as id to the store's find methodember.js:3722 Ember.assertember-data.js:10457 Ember.Object.extend.findcombined-scripts.js:5613 getCellContent





> TEZ-UI: Enable cell level loading in all DAGs table
> ---------------------------------------------------
>
>                 Key: TEZ-2345
>                 URL: https://issues.apache.org/jira/browse/TEZ-2345
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Sreenath Somarajapuram
>            Assignee: Sreenath Somarajapuram
>         Attachments: TEZ-2345.1.patch
>
>
> - Enable cell level loading in all DAGs table using basic-ember-table component.
> - Re-arrange UI element into make it similar to other tables.



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