Embed presentation
Downloaded 30 times















The document discusses Pregel, a system for large-scale graph processing. Pregel uses a message passing model where computation is organized into supersteps. In each superstep, vertices can send messages to other vertices and modify their own state. The document also discusses Giraph, an open source implementation of Pregel built on Hadoop. Giraph runs as a single Map-only job to avoid disk I/O between supersteps. It uses a master node to coordinate workers and assign graph partitions.













