in Technology by
What are the different Features of HDFS?

1 Answer

0 votes
by

  • Fault Tolerance
    Hadoop framework divides data into blocks and creates various copies of blocks on several machines in the cluster. So, when any device in the cluster fails, clients can still access their data from the other machine containing the exact copy of data blocks. 
  • High Availability
    In the HDFS environment, the data is duplicated by generating a copy of the blocks. So, whenever a user wants to obtain this data, or in case of an unfortunate situation, users can simply access their data from the other nodes because duplicate images of blocks are already present in the other nodes of the HDFS cluster. 
  • High Reliability
    HDFS splits the data into blocks, these blocks are stored by the Hadoop framework on nodes existing in the cluster. It saves data by generating a duplicate of every block current in the cluster. Hence presents a fault tolerance facility. By default, it creates 3 duplicates of each block containing information present in the nodes. Therefore, the data is promptly obtainable to the users. Hence the user does not face the difficulty of data loss. Therefore, HDFS is very reliable. 
  • Replication
    Replication resolves the problem of data loss in adverse conditions like device failure, crashing of nodes, etc. It manages the process of replication at frequent intervals of time. Thus, there is a low probability of a loss of user data. 
  • Scalability
    HDFS stocks the data on multiple nodes. So, in case of an increase in demand, it can scale the cluster.

Related questions

0 votes
    What are the main differences between HDFS (Hadoop Distributed File System ) and Network Attached Storage(NAS) ?...
asked Aug 2, 2021 in Technology by JackTerrance
0 votes
    What are the mandatory configurations needed in order to connect to HDFS?...
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    By default the records from databases imported to HDFS by sqoop are A - Tab separated B - Concatenated columns C - space separated D - comma separated...
asked Jan 13, 2021 in Technology by JackTerrance
0 votes
    Why are blocks in HDFS huge?...
asked Aug 5, 2021 by JackTerrance
0 votes
    What are Hadoop HDFS Commands?...
asked Aug 3, 2021 by JackTerrance
0 votes
    Where is the HDFS replication factor controlled? 1. mapred-site.xml 2. yarn-site.xml 3. core-site.xml 4. hdfs-site.xml...
asked Aug 7, 2021 in Technology by JackTerrance
0 votes
    What is the command used to copy data from the local system onto HDFS?...
asked Aug 5, 2021 in Technology by JackTerrance
0 votes
    What is the Storage Unit In Hadoop (HDFS)?...
asked Aug 2, 2021 in Technology by JackTerrance
0 votes
    Which function is used to return hdfs files to ship to distributed cache a)setUdfContextSignature() b)getShipFiles() c)relativeToAbsolutePath() d)getCacheFiles()...
asked Apr 28, 2021 in Technology by JackTerrance
0 votes
    Which of the following is a column-oriented database that runs on top of HDFS: 1. Hive 2. Sqoop 3. HBase 4. Flume...
asked Apr 13, 2021 in Technology by JackTerrance
0 votes
    The HDFS components can only be used with Big Data batch or Big Data streaming Jobs. True False...
asked Mar 23, 2021 in Technology by JackTerrance
0 votes
    I'm trying to run a spark application using bin/spark-submit. When I reference my application jar inside my local ... version 1.2.1 Select the correct answer from above options...
asked Jan 29, 2022 in Education by JackTerrance
0 votes
    I would like to know is there any command/expression to get only the file name in hadoop. I need to fetch only the ... cut -d ' ' -f17 Select the correct answer from above options...
asked Jan 28, 2022 in Education by JackTerrance
0 votes
    Are they same? In my view "hadoop fs" command shows the hdfs files and the "hdfs dfs" command shows the local files, why is that? Select the correct answer from above options...
asked Jan 21, 2022 in Education by JackTerrance
0 votes
    How can I find the size of a directory, using Hadoop? Select the correct answer from above options...
asked Jan 21, 2022 in Education by JackTerrance
...