|
Answer» Difference between NFS and HDFS in BigData Below are the four main difference between NFS and HDFS (1)NFS:-With the help of NFS we can store and process small volumes of DATA. (1)HDFS:-And HDFS is designed for STORING and process the Big Data.
(2)NFS:-We store data in NFS in any dedicated hardware. (2)HDFS:-Here we will divided data into blocks and that is distributes on local drives of the hardware.
(3)NFS:-In NFS when system is failed we cannot access the data. (3)HDFS:-But in HDFS in case of system failure we can still the ACCESSED the Data.
(4)NFS:-NFS runs on single machine and there is no chance for data redundancy. (4)HDFS:-AS we KNOW HDFS runs on cluster of machines so replication protocol may lead to redundant data.
|