Answer Posted / Vineet Kumar Yadav
"A Directed Acyclic Graph (DAG) is a graph where there are no cycles that can be traversed in a direction. In the context of Spark, DAG represents the dependencies between transformations and actions, ensuring that transformations are only computed when their output is actually needed."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers