You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2016/01/20 01:16:39 UTC

[jira] [Resolved] (TEZ-2898) tez tools : swimlanes.py is broken in master

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

Rajesh Balamohan resolved TEZ-2898.
-----------------------------------
          Resolution: Fixed
        Hadoop Flags: Reviewed
       Fix Version/s: 0.8.3
    Target Version/s: 0.8.3

Thanks [~gopalv]. Committed to master.
>>
commit cc06400139f9a16d2f0b0c53b0a8589f6f3b2ad8
>>

> tez tools : swimlanes.py is broken in master
> --------------------------------------------
>
>                 Key: TEZ-2898
>                 URL: https://issues.apache.org/jira/browse/TEZ-2898
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>             Fix For: 0.8.3
>
>         Attachments: TEZ-2898.1.patch, TEZ-2898.2.patch
>
>
> {noformat}
> Traceback (most recent call last):
>   File "swimlane.py", line 199, in <module>
>     sys.exit(main(sys.argv[1:]))
>   File "swimlane.py", line 120, in main
>     log = AMLog(args[0]).structure()
>   File "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 208, in __init__
>     self.events = filter(lambda a:a, [self.parse(l.strip()) for l in fp])
>   File "/Users/rbalamohan/Documents/workspace/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 275, in parse
>     ts = m.group("ts")
> AttributeError: 'NoneType' object has no attribute 'group'
> {noformat}
> Looks like the regex format needs to be updated to suite master branch format. 
> \cc [~gopalv]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)