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.
Loading...
Related Quiz
- In data quality metrics, ________ refers to the degree to which data is consistent and uniform.
- How does data timeliness contribute to data quality?
- Scenario: You are working on a project where data integrity is crucial. A new table is being designed to store employee information. Which constraint would you use to ensure that the "EmployeeID" column in this table always contains unique values?
- What is a clustered index in a relational database?
- What is a common approach to improving the performance of a database application with a large number of concurrent users?