Answer Posted / Sachin Kumar Poswal
A Directed Acyclic Graph (DAG) is a graphical representation of the dependency structure between different operators in a Spark job. Each node in the DAG represents an operator, and edges represent data flow between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers