[
https://issues.apache.org/jira/browse/TEZ-2829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746703#comment-14746703
]
Prakash Ramachandran commented on TEZ-2829:
-------------------------------------------
[~hitesh] yes if ATS does not have the value it will return 1 as default.
{code}
amWebServiceVersion: {
custom: function(source) {
return Em.get(source, 'otherinfo.amWebServiceVersion') || '1';
}
},
{code}
will commit shortly
> Tez UI: minor fixes to in-progress update of UI from AM
> -------------------------------------------------------
>
> Key: TEZ-2829
> URL: https://issues.apache.org/jira/browse/TEZ-2829
> Project: Apache Tez
> Issue Type: Bug
> Components: UI
> Reporter: Prakash Ramachandran
> Assignee: Prakash Ramachandran
> Attachments: TEZ-2829.1.patch
>
>
> fix issues related to the in progess updates as part of TEZ-2760.
> * fix incorrect version check for amwebservice.
> * add extra checks before setting the status
> * update the time shown when status/progress is updated. (set using didLoad
> function)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)