You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2020/08/30 14:23:00 UTC

[jira] [Updated] (TEZ-4227) Introduce convenient methods for in TezID subclasses

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

László Bodor updated TEZ-4227:
------------------------------
    Description: 
Codebase is full of long call chains like:
{code}
taskAttemptID.getTaskID().getVertexID().getDAGId()
{code}
I think, with some 

> Introduce convenient methods for in TezID subclasses 
> -----------------------------------------------------
>
>                 Key: TEZ-4227
>                 URL: https://issues.apache.org/jira/browse/TEZ-4227
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Priority: Major
>
> Codebase is full of long call chains like:
> {code}
> taskAttemptID.getTaskID().getVertexID().getDAGId()
> {code}
> I think, with some 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)