[
https://issues.apache.org/jira/browse/TEZ-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994757#comment-16994757
]
TezQA commented on TEZ-4098:
----------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red} 0m
6s{color} | {color:red} Docker failed to build yetus/tez:d4a62deee. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | TEZ-4098 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12988700/TEZ-4098.03.patch |
| Console output |
https://builds.apache.org/job/PreCommit-TEZ-Build/219/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> tez-tools improvements: log-split, swimlane
> -------------------------------------------
>
> 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
> Attachments: TEZ-4098.01.patch, TEZ-4098.02.patch, TEZ-4098.03.patch,
> TEZ-4098.03.patch, TEZ-4098.03.patch
>
>
> 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)