+1 vote
in Spark Sql by
What is DAG in Spark?

1 Answer

0 votes
by

DAG is a set of Vertices and Edges, where vertices represent the RDDs and the edges represent the Operation to be applied on RDD.

...