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

Zhiyuan Yang commented on TEZ-3189:
-----------------------------------

Yes, it looks like submitting a dag without a name will cause 
NullPointException. This means the null check in DAGImpl constructor is also 
unnecessary.
{code:java}
this.dagName = (jobPlan.getName() != null) ? jobPlan.getName() : "<missing app 
name>";
{code}

> Pre-warm dags should not be counted in submitted dags count by DAGAppMaster
> ---------------------------------------------------------------------------
>
>                 Key: TEZ-3189
>                 URL: https://issues.apache.org/jira/browse/TEZ-3189
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Zhiyuan Yang
>            Assignee: Zhiyuan Yang
>            Priority: Trivial
>         Attachments: TEZ-3189.1.patch, TEZ-3189.2.patch, TEZ-3189.3.patch
>
>




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

Reply via email to