HDFS is known as Hadoop Distributed File System it
is designed to store and process large volumes of
Data across multiple commodity hardware nodes.
Storing Large Files
Streaming Data
Cheap Commodity Hardware
Architecture of HDFS:
HDFS as Library
Here Name Nodes also we
can call as a Master Nodes.
And its keeps track of the
data block locations and
coordinates data access
operations.
Here the Data Nodes are also called
as a Slave Nodes its responsibilities
for the Data Block Creation, Deletion
and Replication.
Each file divided into blocks,
and each block is replicated
across multiple Data Nodes
for fault tolerance.
And Racks is collection of Data
Nodes. And its helps in improving data
locality and reduce network traffic.
COMMANDS:-
GET – when we want to downloads the files from
HDFS.
PUT – when we want to insert the files into the
HDFS

HDFS Presentation about the HDFS their functions, types, and etc.,

  • 2.
    HDFS is knownas Hadoop Distributed File System it is designed to store and process large volumes of Data across multiple commodity hardware nodes. Storing Large Files Streaming Data Cheap Commodity Hardware
  • 3.
  • 4.
  • 5.
    Here Name Nodesalso we can call as a Master Nodes. And its keeps track of the data block locations and coordinates data access operations. Here the Data Nodes are also called as a Slave Nodes its responsibilities for the Data Block Creation, Deletion and Replication.
  • 6.
    Each file dividedinto blocks, and each block is replicated across multiple Data Nodes for fault tolerance. And Racks is collection of Data Nodes. And its helps in improving data locality and reduce network traffic.
  • 7.
    COMMANDS:- GET – whenwe want to downloads the files from HDFS. PUT – when we want to insert the files into the HDFS