sunchao commented on pull request #2411: URL: https://github.com/apache/hadoop/pull/2411#issuecomment-715655226
> I'm not sure I understand the use case here. Is the MiniYARNCluster simply broken out of box? Or that Spark wants to test using MiniYARNCluster but substitue a custom version of BouncyCastle? Yes I'd say it's broken out of box since 3.3.0: there are two issues, this one and [HADOOP-17327](https://issues.apache.org/jira/browse/HADOOP-17327). Spark doesn't use a custom version but since bouncycastle is relocated _and_ not shaded, there is no way for Spark to introduce the dependency, so this never works ... > Our client jar contains only one IT ITUseMiniCluster and it checks only hdfs and webhdfs clients. How about adding an IT for MiniYARNCluster? This is a good suggestion, thanks. I'll perhaps add it in HADOOP-17327 since without MiniYARNCluster won't work without both being resolved. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
