A Pregel worker: a) Contacts the master for a set of vertices that have not yet been processed in a given superstep and calls the Compute() method on each vertex. b) Is responsible for a single vertex of a graph, calling the Compute() method on that vertex if it is active. c) Is allocated a single partition and runs a thread for each vertex of a graph that loops calling a Compute() method as long as the vertex is active. d) Runs a thread for each partition of a graph, with each thread calling a Compute() method as it iterates through each active vertex.

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter11: Operating Systems
Section: Chapter Questions
Problem 14VE
icon
Related questions
Question

A Pregel worker:

a) Contacts the master for a set of vertices that have not yet been processed in a given superstep and calls the Compute() method on each vertex.

b) Is responsible for a single vertex of a graph, calling the Compute() method on that vertex if it is active.

c) Is allocated a single partition and runs a thread for each vertex of a graph that loops calling a Compute() method as long as the vertex is active.

d) Runs a thread for each partition of a graph, with each thread calling a Compute() method as it iterates through each active vertex.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Race Condition
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning