Which execution mode in Apache Spark provides fault tolerance for long-running applications?

  • Kubernetes mode
  • Mesos mode
  • Standalone mode
  • YARN mode
In Apache Spark, running applications in YARN mode provides fault tolerance for long-running applications. YARN manages resources and ensures fault tolerance by restarting failed tasks on other nodes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *