What are the main differences between NAS (Network-attached storage) and HDFS?
Mudit Thakur
Select an image from your device to upload
The Hadoop Distributed File System runs under cluster architecture.
It mainly designed to work on the MapReduce task.
Here the Data stored local drives along with their blocks.
The Network Attached Storage can run under the individual machine.
Data should be stored in dedicated Hardware only.
It minimizing the redundancy.