Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is dag – directed acyclic graph?



What is dag – directed acyclic graph?..

Answer / George Boipai

A Directed Acyclic Graph (DAG) is a graph where there are no cycles and all edges point from one node to another. In the context of Apache Spark, a DAG represents the series of transformations and actions that need to be executed on an RDD, DataFrame, or Dataset in order to produce the desired output. Each node in the DAG represents an operation (transformation or action), and edges represent data dependencies between them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

can you run Apache Spark On Apache Mesos?

1 Answers  


Do you need to install Spark on all nodes of Yarn cluster while running Spark on Yarn?

1 Answers  


When should you use spark cache?

1 Answers  


What does it mean by Columnar Storage Format?

1 Answers  


How to create RDD?

1 Answers  


What are accumulators in Apache Spark?

1 Answers  


What is difference between map and flatmap?

1 Answers  


What does rdd stand for in logistics?

1 Answers  


What are features of apache spark?

1 Answers  


Explain fold() operation in spark?

1 Answers  


How is streaming implemented in spark?

1 Answers  


Describe join() operation. How is outer join supported?

1 Answers  


Categories