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 2023/02/10 12:16:00 UTC

[jira] [Updated] (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 updated TEZ-4472:
------------------------------
    Description: 
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 

> 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
>            Priority: Major
>
> 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)