You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2014/10/17 21:23:33 UTC

[jira] [Updated] (TEZ-1669) yarn-swimlanes.sh throws error post TEZ-1556

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

Hitesh Shah updated TEZ-1669:
-----------------------------
    Summary: yarn-swimlanes.sh throws error post TEZ-1556  (was: yarn-swimlanes.sh throws error)

> yarn-swimlanes.sh throws error post TEZ-1556
> --------------------------------------------
>
>                 Key: TEZ-1669
>                 URL: https://issues.apache.org/jira/browse/TEZ-1669
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>            Priority: Critical
>         Attachments: TEZ-1669.1.patch
>
>
> Traceback (most recent call last):
>   File "swimlane.py", line 201, in <module>
>     sys.exit(main(sys.argv[1:]))
>   File "swimlane.py", line 121, in main
>     log = AMLog(args[0]).structure()
>   File "/yyy/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 185, in __init__
>     self.events = filter(lambda a:a, [self.parse(l.strip()) for l in fp])
>   File "/yyy/tez-autobuild/tez/tez-tools/swimlanes/amlogparser.py", line 246, in parse
>     ts = m.group("ts")
> AttributeError: 'NoneType' object has no attribute 'group'
> Not sure if it has got anything to do with the recent logging changes introduced in TEZ-1566 (which trims the package name to just 2 levels).



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