YARN Spark Shuffle Services
Update the YARN NodeManager auxiliary service configuration to use the Spark 3.5.5 shuffle service.
- In the Ambari UI, go to YARN > Configs > Custom yarn-site.
- Locate the
yarn.nodemanager.aux-servicesproperty. - Replace
spark3_shufflewithspark_shuffle_355.yarn.nodemanager.aux-services=spark_shuffle_355 - If Spark 3.3.3 or Spark 3.5.1 services are installed during the upgrade, add the corresponding shuffle services:
- Spark 3.3.3:
spark_shuffle_333 - Spark 3.5.1:
spark_shuffle_351
- Spark 3.3.3:
- Save the configuration.
- Restart the affected NodeManagers.

Have a suggestion?