[[NutanixTerms]] #contents * MapReduce: [#ne4ab74b] -Reference:http://en.wikipedia.org/wiki/MapReduce **''[[WikipediaのMapReduce>http://en.wikipedia.org/wiki/MapReduce]]に関するoverviewより。'' [#t77ceef5] **''[[WikipediaのMapReduce>http://en.wikipedia.org/wiki/MapReduce]]に関するabstructより。'' [#t77ceef5] >[[MapReduce>Terms/MapReduce]]は、クラスター上の並列分散アルゴリズムを伴った大規模データセットを処理・生成するためのプログラミングモデルとそれに基づいた実現方法。 >[[MapReduce>Terms/MapReduce]]は、Map()処理とReduce()処理の組合せである。 ** Map(): [#sf06b3e3] >Map()処理は、フィルタリング、ソーティングを実行する。 ** Reduce() [#aa0a4805] >Reduce()処理は、サマリーオペレーション(纏め処理)を実行する。 ** MapReduce System [#d790cc67] >MapReduce System(infrastructure或いはframeworkとも呼ばれる)は、分散配置されたサーバー群を整列し,様々なタスクを並列に実行し,全ての通信とシステムの様々な部分の間のデータ送信を管理し,冗長性と耐障害性を提供することにより全体の調整を行う。 **&color(red){''[[WikipediaのMapReduce>http://en.wikipedia.org/wiki/MapReduce]]に関するoverviewも翻訳した方が良い。}; [#u279bac8] [[Learning]]