Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Spark3 Issue: Executor is not able to register with the External Shuffle service : Unknown message type: -22

avatar
New Contributor

HI Guys, 

I am having an issue running an Spark 3 jobs: 

Driver log: 
ERROR: cluster:YarnClusterScheduler: [dispatcher-CoarseGrainedScheduler] : Lost executor 1 on host_name: Unable to create executor due to unable to register with external shuffle service due to: java.lang.IllegalException: Unknown message type: -22

Executor log: 
ERROR: Exception while bootstrapping client in 3 ms. 
Java.lang.RuntimeException: java.lang.IllegalException: Unknown message type: -22

Executor making 3 attempts with 5 second waiting period, then exiting. 

From my research, I found recommendation on increasing the shuffle register timeout. Any recommendation is appreciated. 

1 REPLY 1

avatar
Contributor

Can you try disabling the spark.authentication ? 

 

spark.authenticate = false