adplus-dvertising
frame-decoration

Question

What is Dryad's approach to executing data parallel applications?

a.

Dryad divides applications into map and reduce phases.

b.

Dryad expresses programs as directed acyclic graphs with computations as vertices and communication channels as edges.

c.

Dryad uses a master-slave architecture similar to MapReduce.

d.

Dryad relies on a centralized administration system.

Posted under Big Data Computing

Answer: (b).Dryad expresses programs as directed acyclic graphs with computations as vertices and communication channels as edges. Explanation:Dryad expresses programs as directed acyclic graphs in which vertices are computations, and edges are communication channels.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is Dryad's approach to executing data parallel applications?

Similar Questions

Discover Related MCQs

Q. What programming language is the current implementation of Dryad written in?

Q. Which subproject of Hadoop provides the common utilities and interfaces supporting other Hadoop subprojects?

Q. What does HBase provide, and what is it built on top of?

Q. Which of the following companies was one of the early adopters of Hadoop, using it to generate their search index?

Q. What is the primary language used for writing MapReduce programs in Disco?

Q. How does Skynet handle worker node failures in its MapReduce implementation?

Q. What is the key advantage of Hadoop's distributed file system, HDFS?

Q. What is the primary purpose of the HBase database?

Q. What is the role of the master node in a Hadoop MapReduce cluster?

Q. In a MapReduce job, what is the unit of work that users submit to the jobtracker?

Q. How does the jobtracker divide input data in a Hadoop MapReduce cluster?

Q. What is the default number of map and reduce slots on a tasktracker in Hadoop?

Q. Why does the Hadoop master represent a single point of failure?

Q. What is the primary design goal of the Hadoop Distributed File System (HDFS)?

Q. What is the role of the namenode in HDFS?

Q. What is the default block size in HDFS?

Q. What is the purpose of the replication factor in HDFS?

Q. How does HDFS ensure fault tolerance for data blocks?

Q. What is the role of splits in the MapReduce process?

Q. What is the purpose of the circular memory buffer in a map task?