Answer Posted / Sameer Panwar
In Apache Spark, Directed Acyclic Graphs (DAGs) are created automatically by the scheduler to represent the data-flow dependencies between tasks. The scheduler takes care of creating and managing these DAGs based on the given set of tasks and their interdependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers