[
https://issues.apache.org/jira/browse/TEZ-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998188#comment-16998188
]
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} 14m
40s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} dupname {color} | {color:green} 0m
0s{color} | {color:green} No case conflicting files found. {color} |
| {color:blue}0{color} | {color:blue} shelldocs {color} | {color:blue} 0m
0s{color} | {color:blue} Shelldocs was not available. {color} |
| {color:blue}0{color} | {color:blue} markdownlint {color} | {color:blue} 0m
0s{color} | {color:blue} markdownlint was not available. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:orange}-0{color} | {color:orange} pylint {color} | {color:orange} 0m
5s{color} | {color:orange} The patch generated 30 new + 256 unchanged - 1 fixed
= 286 total (was 257) {color} |
| {color:red}-1{color} | {color:red} shellcheck {color} | {color:red} 0m
0s{color} | {color:red} The patch generated 1 new + 0 unchanged - 4 fixed = 1
total (was 4) {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m
0s{color} | {color:red} The patch has 3 line(s) that end in whitespace. Use git
apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
{color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m
0s{color} | {color:red} The patch 1 line(s) with tabs. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
52s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 16m 15s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=19.03.5 Server=19.03.5 base:
https://builds.apache.org/job/PreCommit-TEZ-Build/230/artifact/out/Dockerfile |
| JIRA Issue | TEZ-4098 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12989009/TEZ-4098.05.patch |
| Optional Tests | dupname asflicense pylint shellcheck shelldocs markdownlint |
| uname | Linux f9ccf02d82fa 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22
16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | personality/tez.sh |
| git revision | master / 09c6f90 |
| pylint |
https://builds.apache.org/job/PreCommit-TEZ-Build/230/artifact/out/diff-patch-pylint.txt
|
| shellcheck |
https://builds.apache.org/job/PreCommit-TEZ-Build/230/artifact/out/diff-patch-shellcheck.txt
|
| whitespace |
https://builds.apache.org/job/PreCommit-TEZ-Build/230/artifact/out/whitespace-eol.txt
|
| whitespace |
https://builds.apache.org/job/PreCommit-TEZ-Build/230/artifact/out/whitespace-tabs.txt
|
| Max. process+thread count | 51 (vs. ulimit of 5500) |
| modules | C: tez-tools U: tez-tools |
| Console output |
https://builds.apache.org/job/PreCommit-TEZ-Build/230/console |
| versions | git=2.7.4 maven=3.3.9 shellcheck=0.3.7 pylint=1.9.2 |
| Powered by | Apache Yetus 0.11.1 https://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, TEZ-4098.03.patch, TEZ-4098.04.patch,
> TEZ-4098.05.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)