Closed avs-alatau closed 2 years ago
Launches fall with an error. Do you have any ideas how to solve it?
2022-04-08 21:20:01,367 INFO client.TransportClientFactory: Successfully created connection to sandbox04/10.3.118.12:41573 after 6 ms (0 ms spent in bootstraps)
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1894)
at org.apache.spark.deploy.SparkHadoopUtil.runAsSparkUser(SparkHadoopUtil.scala:61)
at org.apache.spark.executor.CoarseGrainedExecutorBackend$.run(CoarseGrainedExecutorBackend.scala:419)
at org.apache.spark.executor.YarnCoarseGrainedExecutorBackend$.main(YarnCoarseGrainedExecutorBackend.scala:81)
at org.apache.spark.executor.YarnCoarseGrainedExecutorBackend.main(YarnCoarseGrainedExecutorBackend.scala)
Caused by: java.lang.ClassNotFoundException: org.apache.spark.shuffle.RssShuffleManager
Caused by: java.lang.ClassNotFoundException: org.apache.spark.shuffle.RssShuffleManager
used rss-client-spark3-0.4.0-shaded.jar
I managed to run with spark versions 3.2.1 And with version 3.2.0 I had errors all the time
You can try remove spark.yarn.archive
and spark.jars
, and add the rss jar to the directory jars
of spark client.
Hi,
Please help me figure out the RSS settings My Cluster hadoop 3.1.3 spark 3.2
Now YARN Shuffle Service I want to set up an external RSS
sandbox02 – coordinator1 sandbox03 – coordinator2 sandbox04 – server1 RSS sandbox05 – service2 RSS
My settings are like this now
Coordinator
Server
Spark - spark-defaults.conf
YARN - yarn-site.xml
With such settings, I can't even run spark-shell I have tried different options for settings, but so far without result. There are no errors in the Coordinator and Server logs.
Coordinator logs:
Server logs:
Can you point out my mistakes in the settings?