[ 
https://issues.apache.org/jira/browse/SPARK-36067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-36067.
----------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

Issue resolved by pull request 33276
[https://github.com/apache/spark/pull/33276]

> YarnClusterSuite fails due to NoClassDefFoundError unless hadoop-3.2 profile 
> is activated explicitly
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-36067
>                 URL: https://issues.apache.org/jira/browse/SPARK-36067
>             Project: Spark
>          Issue Type: Bug
>          Components: Build, Tests, YARN
>    Affects Versions: 3.2.0, 3.3.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> YarnClusterSuite will fails due to NoClassDefFoundError unless hadoop-3.2 
> profile is activated explicitly regardless of building with SBT or Maven.
> {code:java}
> build/sbt -Pyarn "yarn/testOnly org.apache.spark.deploy.yarn.YarnClusterSuite"
> ...
> [info] YarnClusterSuite:
> [info] org.apache.spark.deploy.yarn.YarnClusterSuite *** ABORTED *** (598 
> milliseconds)
> [info]   java.lang.NoClassDefFoundError: 
> org/bouncycastle/operator/OperatorCreationException
> [info]   at 
> org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:888)
> [info]   at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
> [info]   at 
> org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:1410)
> [info]   at 
> org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:344)
> [info]   at 
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
> [info]   at 
> org.apache.hadoop.yarn.server.MiniYARNCluster.initResourceManager(MiniYARNCluster.java:359)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to