LoginSignup
1
0

More than 5 years have passed since last update.

Hadoop内のアルゴリズムについて

Last updated at Posted at 2019-03-18

目的

Hadoop内のアルゴリズムについてまとめていきます。

Hadoop内のアルゴリズム

MapReduce
YARN
Tez

MapReduce

並列処理フレームワーク MapReduce
MapReduce

YARN

YARN (Yet Another Resource Negotiator)
リソース管理と処理コンポーネントを切り離す
MapReduce エンジンに比べ、YARN にはスケーラビリティー、効率性、柔軟性という点で勝っています。

Tez

TezそのものはYARNにおける並列処理エンジンについてMapReduceの代替となることを意識しています。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0