0 votes
in Hadoop by

How Hdfs differs with Nfs?

1 Answer

0 votes
by
Following are differences between HDFS and NAS In HDFS Data Blocks are distributed across local drives of all machines in a cluster. Whereas in NAS data is stored on dedicated hardware. HDFS is designed to work with MapReduce System, since computation is moved to data. NAS is not suitable for MapReduce since data is stored separately from the computations. HDFS runs on a cluster of machines and provides redundancy using replication protocol. Whereas NAS is provided by a single machine therefore does not provide data redundancy.

Related questions

0 votes
asked Jun 18, 2023 in Hadoop by Robindeniel
+1 vote
asked Dec 21, 2022 in HDFS by Robin
...