[
https://issues.apache.org/jira/browse/YARN-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16484398#comment-16484398
]
Jason Lowe commented on YARN-8338:
----------------------------------
To clarify, the reason the removal of the objenesis dependency didn't appear to
cause issues before was because hadoop-nfs was incorrectly depending directly
on mockito which also brought in objenesis within the mockito-all jar. So
removing it from fst's dependencies didn't remove it from the classpath
completely. Once the incorrect dependency was fixed in hadoop-nfs, the
objenesis classes were dropped when the mockito dependency was dropped, and
that broke fst as used by the timeline server.
> TimelineService V1.5 doesn't come up after HADOOP-15406
> -------------------------------------------------------
>
> Key: YARN-8338
> URL: https://issues.apache.org/jira/browse/YARN-8338
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Vinod Kumar Vavilapalli
> Assignee: Vinod Kumar Vavilapalli
> Priority: Critical
> Attachments: YARN-8338.txt
>
>
> TimelineService V1.5 fails with the following:
> {code}
> java.lang.NoClassDefFoundError: org/objenesis/Objenesis
> at
> org.apache.hadoop.yarn.server.timeline.RollingLevelDBTimelineStore.<clinit>(RollingLevelDBTimelineStore.java:174)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]