[
https://issues.apache.org/jira/browse/TEZ-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated TEZ-4098:
------------------------------
Description:
While using tez-tools for analyzing application logs, I'm about to improve them
a little bit. Details will be added here to the description.
1. Support swimlane.sh to consume local file
2. Create a log splitter, which is able to split the aggregated log file into
separate container directories, like below:
{code}
├── container_e02_1572948601374_0004_01_000001
│ ├── container-localizer-syslog
│ ├── dag_1572948601374_0004_1.dot
│ ├── prelaunch.err
│ ├── prelaunch.out
│ ├── stderr
│ ├── stdout
│ ├── syslog
│ ├── syslog_dag_1572948601374_0004_1
│ └── syslog_dag_1572948601374_0004_1_post
├── container_e02_1572948601374_0004_01_000002
│ ├── prelaunch.err
│ ├── prelaunch.out
│ ├── stderr
│ ├── stdout
{code}
was:
While using tez-tools for analyzing application logs, I'm about to improve them
a little bit. Details will be added here to the description.
1. Support swimlane.sh to consume local file
> tez-tools improvements
> ----------------------
>
> Key: TEZ-4098
> URL: https://issues.apache.org/jira/browse/TEZ-4098
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
>
> While using tez-tools for analyzing application logs, I'm about to improve
> them a little bit. Details will be added here to the description.
> 1. Support swimlane.sh to consume local file
> 2. Create a log splitter, which is able to split the aggregated log file into
> separate container directories, like below:
> {code}
> ├── container_e02_1572948601374_0004_01_000001
> │ ├── container-localizer-syslog
> │ ├── dag_1572948601374_0004_1.dot
> │ ├── prelaunch.err
> │ ├── prelaunch.out
> │ ├── stderr
> │ ├── stdout
> │ ├── syslog
> │ ├── syslog_dag_1572948601374_0004_1
> │ └── syslog_dag_1572948601374_0004_1_post
> ├── container_e02_1572948601374_0004_01_000002
> │ ├── prelaunch.err
> │ ├── prelaunch.out
> │ ├── stderr
> │ ├── stdout
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)