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 2021/08/27 10:22:00 UTC

[jira] [Updated] (TEZ-4333) Debug artifacts can include DAG plan in json format

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

László Bodor updated TEZ-4333:
------------------------------
    Description: 
Currently, tez.generate.debug.artifacts saves a serialized protobuf file, which is hard to read because it just encodes the user payload. At the same time, tez AM logs a readable json file into the tez AM logs but only at DEBUG level. I'm proposing that tez.generate.debug.artifacts could write this readable json into a separated dag json file, this way:

1. we can use tez.generate.debug.artifacts to produce one more useful file
2. don't have to set AM log level to DEBUG if we're only interested in the dag plan

  was:
Currently, tez.generate.debug.artifacts save a serialized protobuf file, which is hard to read because it just encodes the user payload. At the same time, tez AM logs a readable json file into the tez AM logs but only in DEBUG level. I'm proposing that tez.generate.debug.artifacts could write this readable json into a separated dag json file, this way:

1. we can use tez.generate.debug.artifacts to create one more useful file
2. don't have to set AM log level to DEBUG if we're only interested in the dag plan


> Debug artifacts can include DAG plan in json format
> ---------------------------------------------------
>
>                 Key: TEZ-4333
>                 URL: https://issues.apache.org/jira/browse/TEZ-4333
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>
> Currently, tez.generate.debug.artifacts saves a serialized protobuf file, which is hard to read because it just encodes the user payload. At the same time, tez AM logs a readable json file into the tez AM logs but only at DEBUG level. I'm proposing that tez.generate.debug.artifacts could write this readable json into a separated dag json file, this way:
> 1. we can use tez.generate.debug.artifacts to produce one more useful file
> 2. don't have to set AM log level to DEBUG if we're only interested in the dag plan



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