Please enable JavaScript.
Coggle requires JavaScript to display documents.
大數據架構 (要素 (適應性強, 具成本效益, 安全), Case (Google (分散式檔案系統 Google File System…
大數據架構
要素
適應性強
具成本效益
安全
Case
Google
向外架構
外接硬碟/電腦 →資料儲存量↑
NoSQL
key pair
分散式檔案系統
Google File System (Hadoop前身)
Hadoop
Module
Hadoop Common:
Function
HDFS
分散式檔案系統
主從架構
Name Node
主節點 (單)
Data Nodes
從節點 (多)
區塊系統
基本儲存單位:
區塊 (16~128MB)
YARN
資源管理平台
作用:
監督、管理資源
組成
Scheduler
分配資源 (對內)
Application Manager
接受用戶端申請 (對外)
MapReduce
大規模資料處理
MapReduce
平行處理架構