hdfs

1
Hadoop File System was developed using distributed file system design. It runs on commodity hardware. Unlike other distributed systems, HDFS is highly faulttolerant and designed using low-cost hardware. The purpose of distributed file systems as in HDFS is: It is quite expensive to build bigger servers with heavy configurations that handle large scale processing, But as an alternative, we can tie together many commodity computers with single CPU, as a single functional distributed system, which is called cluster The clustered machines can read the data in parallel and provide a much higher throughput. Moreover, it is cheaper than one high end server.

Upload: sanjeev1587

Post on 17-Aug-2015

217 views

Category:

Documents


1 download

DESCRIPTION

HDFS

TRANSCRIPT

Hadoop File System was developed using distributed file system design. It runs on commodity hardware. Unlike other distributed systems, HDFS is highly faulttolerant and designed using lowcost hardware. !he purpose of distributed file systems as in HDFS is"# It is $uite e%pensive to build bigger servers with heavy configurations that handle large scale processing, # &ut as an alternative, we can tie together many commodity computers with single'(U, as a single functional distributed system, which is called cluster # !he clustered machines can read the data in parallel and provide a much higher throughput. # )oreover, it is cheaper than one high end server.