190 likes | 412 Views
PAGE: A Partition Aware Graph Computation Engine. Yingxia Shao, Junjie Yao, Bin Cui, Lin Ma EECS, Peking University, China. Agenda. Background Design of PAGE Experiment result Conclusion. Background. Prevalent large scale graphs Social networks Web graph … Graph computing systems
E N D
PAGE: A Partition Aware Graph Computation Engine Yingxia Shao, Junjie Yao, Bin Cui, Lin Ma EECS, Peking University, China
Agenda • Background • Design of PAGE • Experiment result • Conclusion
Background • Prevalent large scale graphs • Social networks • Web graph • … • Graph computing systems • Pregel (Google) • Giraph (Apache) • GPS (Stanford) • GraphLab (CMU) • …
Background • Graph Partitioning • Offline approach • METIS (Karypis Lab) • Online approach • Streaming partitioning • Linear Deterministic Greedy(LDG) algorithm (I. Stanton) Problem: The existing graph computation systems cannot efficiently integrate the high-quality graph partitioning.
Inefficient partition integrating • The high-quality graph partitioning leads to the worse overall performance. • The graph partitioning quality is improved from left to right. Running PageRank on Giraph with six different graph partition qualities.
Motivation of the PAGE Call for a novel graph computation engine to efficiently integrate graph partitioning with various qualities.
Agenda • Background • Design of PAGE • Experiment result • Conclusion
Inefficient partition integrating • The local message processing cost dominates the overall cost. • The existing systems cannot provide enough local message processor. Running PageRank on Giraph with six different graph partition qualities.
Overview of the PAGE PAGE applies adaptively tuning mechanism and new cooperation methods.
Dual Concurrent Message Processor • First type concurrency • A remote MP and a local MP are embedded • Second type concurrency • A set of message process units are contained by each message processor • The concurrency is automatically determined by the system itself.
Dynamic Concurrency Control Model • The DCCM determines the proper parameters, such as nmp , nmpl, nmpr. • The DCCM is built on top of two heuristic rules. • Ability Lower-bound. • Workload Balance Ratio. • Monitor • Tracks the necessary metrics
Agenda • Background • Design of PAGE • Experiment result • Conclusion
Environment & Datasets • Experiment Environment • a 24 nodes cluster • Dataset: the uk-2007-05-u. • Undirected • Vertex #: 105,153,952 • Edge #: 6,603,753,128 • Benchmark: PageRank Partition qualities Balance factor: < 1%.
Partition Awareness in PAGE PAGE Giraph
Compare with the naive solution * The Giraph-GPSop is the naive solution.
Contribution & Conclusion • We identify the problem of partition unaware inefficiency. • We set up a new partition aware graph computation engine, PAGE. • We design a Dynamic Concurrency Control Model based on several heuristic rules to better profile the characters of graph partition. • At last, we demonstrate PAGE’s robustness and efficiency on different graph partition qualities.
Thanks! Email: simon0227@gmail.com