Answer Posted / Pankaj Kumar Singh
Directed Acyclic Graph (DAG) in Spark represents the data flow between Spark tasks and transformations. It is a collection of vertices (tasks) connected by edges (dependencies). When a Spark job is submitted, it gets converted into a DAG where each vertex represents an action or transformation, and the edges represent the dependencies between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers