Clarify the difference between NAS and HDFS.

devquora
devquora

Posted On: Feb 22, 2018

 

Here are some of the differences between NAS and HDFS:

  • NAS keeps running on a single machine, and in this way, there is no probability of information repetition though HDFS keeps running on a cluster of machines subsequently there is information excess due to the replication convention.
  • Hadoop HDFS is intended to work with Map Reduce structure. In Map Reduce structure calculation move to the data rather than Data to the calculation. NAS isn’t appropriate for Map Reduce, as it stores information independently from the calculations.
  • In HDFS, data blocks are appropriated over all of the machines in a group. Though in NAS, data is put away on devoted hardware.
  • HDFS utilizes ware hardware, which is financially effective, though a NAS is a high-end storage gadget which incorporates high cost.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..