[
https://issues.apache.org/jira/browse/YARN-7115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146044#comment-16146044
]
Jian He commented on YARN-7115:
-------------------------------
The ut failure was because TestBoundedBuffer was moved to util package as well
and that requires pom changes as below, uploaded a patch to fix it
{code}
+ <!--
+ junit must be before mockito-all on the classpath. mockito-all bundles its
+ own copy of the hamcrest classes, but they don't match our junit version.
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
{code}
> Move BoundedAppender to org.hadoop.yarn.util pacakge
> -----------------------------------------------------
>
> Key: YARN-7115
> URL: https://issues.apache.org/jira/browse/YARN-7115
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Jian He
> Assignee: Jian He
> Attachments: YARN-7115.01.patch, YARN-7115.02.patch,
> YARN-7115.03.patch, YARN-7115.04.patch
>
>
> BoundedAppender is a useful util class which can be present in the util
> package
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]