[
https://issues.apache.org/jira/browse/TEZ-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395823#comment-14395823
]
Sreenath Somarajapuram commented on TEZ-2159:
---------------------------------------------
Tried fixing the build, these are my observations:
- As we are batching, wouldn't the data be inconsistent / distributed across
time. Is that OK?
- Doesnt work in Ambari: When in Ambari view mode (probably because of the
proxy), data in processMultipleItems is coming as string and not an object. So
data.entities.length throws error. Might be better to parse if its a string,
and also check for the presence of data.entities array. Same with
processSingleItem.
- In 'that.send(cancelDownload);' , cancelDownload must be a string. And is it
intentional to put it in final, its getting called even when zip is ready to
save.
Suggestions:
- Wouldn't it be better to move most of the code in downloadDagJson to a helper.
- Later on: Separate dialog styles for each feature might make the UI look
unfinished, both column selection and download dialogs should be using the same
library.
> Tez UI: download timeline data for offline use.
> -----------------------------------------------
>
> Key: TEZ-2159
> URL: https://issues.apache.org/jira/browse/TEZ-2159
> Project: Apache Tez
> Issue Type: Improvement
> Components: UI
> Reporter: Prakash Ramachandran
> Assignee: Prakash Ramachandran
> Attachments: TEZ-2159.1.patch, TEZ-2159.wip.1.patch
>
>
> It is useful to have capability to download the timeline data for a dag for
> offline analysis. for ex. TEZ-2076 uses the timeline data to do offline
> analysis of a tez application run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)