0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Hadoop(ハドゥープ)、MapReduce、Google File System

Posted at

応用情報技術者平成29年秋期 午前19

Hadoopの説明はどれか。

image.png

1、Hadoop(ハドゥープ)は、ペタバイト級の大規模データの蓄積・処理の分散処理を実現するミドルウェアです。
Googleが論文として発表した分散処理フレームワーク「MapReduce」および分散ファイルシステム「Google File System」を基盤技術に、オープンソースとしてJavaで実装したものです。

2、MapReduceは
巨大なデータセットを持つ高度に並列可能な問題に対して、多数のコンピュータ(ノード)の集合であるクラスター(各ノードが同じハードウェア構成を持つ場合)もしくはグリッド(各ノードが違うハードウェア構成を持つ場合)を用いて並列処理させるためのフレームワークである。

3、Google File System(GFS、GoogleFS)は、
Googleが自社のシステムのために開発した分散ファイルシステムである。大規模なデータセンターに特化した、効率的で信頼性の高いシステムとして設計されている。

・バイトの単位一覧

image.png

参照:
https://www.ap-siken.com/kakomon/29_aki/q19.html#:~:text=Hadoop(%E3%83%8F%E3%83%89%E3%82%A5%E3%83%BC%E3%83%97)%E3%81%AF%E3%80%81%E3%83%9A%E3%82%BF%E3%83%90%E3%82%A4%E3%83%88,%E3%81%A7%E5%AE%9F%E8%A3%85%E3%81%97%E3%81%9F%E3%82%82%E3%81%AE%E3%81%A7%E3%81%99%E3%80%82

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?