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

[jira] [Resolved] (TEZ-4472) Use unique DAG names in tests

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

László Bodor resolved TEZ-4472.
-------------------------------
    Resolution: Fixed

> Use unique DAG names in tests
> -----------------------------
>
>                 Key: TEZ-4472
>                 URL: https://issues.apache.org/jira/browse/TEZ-4472
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: 0.10.3
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> e.g. in TestLocalMode:
> {code}
>     DAG dag1 = createSimpleDAG("dag1", SleepProcessor.class.getName());
> {code}
> {code}
> 2023-02-08 13:31:53,259 INFO  [Thread-1291] client.TezClient (TezClient.java:submitDAGApplication(1065)) - Submitting DAG to YARN, applicationId=application_1675863113187_0001, dagName=dag1
> {code}
> when we run the whole class, there are multiple dags in the log with the name dag1, so it's very hard to distinguish from the logs 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)