@inproceedings{oai:ipsj.ixsq.nii.ac.jp:00092232,
 author = {黒松, 信行 and 置田, 真生 and 萩原, 兼一 and Nobuyuki, Kuromatsu and Masao, Okita and Kenichi, Hagihara},
 book = {先進的計算基盤システムシンポジウム論文集},
 month = {May},
 note = {本研究は,MapReduceを用いて実装されたメッセージパッシング方式のグラフアプリケーションを対象に,MapReduceのボトルネックであるMapタスクとReduceタスク間の通信を削減する手法を提案する.まず,1つのMapReduceジョブ内におけるメッセージの重複を排除することで,メッセージの数を削減する.さらに,MapReduceジョブの繰り返しにおけるメッセージパターンの重複に着目し,1度目のパターンを保存して再利用することでメッセージ量を削減する.PageRankに対して提案手法を適用した結果,既存の高速化手法であるin-mapper combiningと比べ最大1.57倍の高速化を実現した., For MapReduce graph applications based on message passing, this papar proposes a new method to reduce communications between Map tasks and Reduce tasks, which are a bottleneck of a MapReduce job. The proposed method is a combination of the following two techniques. The first technique reduces the number of messages by removing redundant messages in a MapReduce job. The second technique reduces the size of a message by reusing message patterns of the first job in iterative jobs after the second. Experimental results show that the proposed method is up to 1.57 times faster than an existing in-mapper combining method for PageRank apllications with MapReduce.},
 pages = {88--95},
 publisher = {情報処理学会},
 title = {MapReduceを用いたグラフアプリケーションにおける重複メッセージの排除による高速化},
 volume = {2013},
 year = {2013}
}