[
https://issues.apache.org/jira/browse/TEZ-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019201#comment-16019201
]
Harish Jaiprakash commented on TEZ-3617:
----------------------------------------
Hi [~skanekar], tried looking at this issue. The error is not in ATSImportTool.
The following error from log implies timeline server is not able to serve
request, but the timeline server has started.
org.apache.hadoop.yarn.webapp.WebAppException:
/v1/timeline/TEZ_APPLICATION/tez_application_1487131484149_0001: controller for
v1
not found
in org.apache.hadoop.yarn.webapp.Router.resolveDefault(Router.java:232)
That should not happen, since path is registered programatically not config
driven. The logs do show that a server was started at 8188. So completely
confused as to how this can happen.
> TestHistoryParser#testParserWithSuccessfulJob fails intermittently
> ------------------------------------------------------------------
>
> Key: TEZ-3617
> URL: https://issues.apache.org/jira/browse/TEZ-3617
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.9.0
> Environment: Ubuntu 14.04
> Reporter: Sonia Garudi
> Labels: ppc64le, x86
> Attachments: org.apache.tez.history.TestHistoryParser-output.txt
>
>
> The TestHistoryParser#testParserWithSuccessfulJob test fails intermittently
> in tez-history-parser project.
> Error message :
> testParserWithSuccessfulJob(org.apache.tez.history.TestHistoryParser) Time
> elapsed: 29.952 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.tez.history.TestHistoryParser.verifyJobSpecificInfo(TestHistoryParser.java:266)
> at
> org.apache.tez.history.TestHistoryParser.testParserWithSuccessfulJob(TestHistoryParser.java:212)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)