You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2014/10/15 08:32:34 UTC

[jira] [Created] (TEZ-1669) yarn-swimlanes.sh throws error

Rajesh Balamohan created TEZ-1669:
-------------------------------------

             Summary: yarn-swimlanes.sh throws error
                 Key: TEZ-1669
                 URL: https://issues.apache.org/jira/browse/TEZ-1669
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Rajesh Balamohan


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)