HDFS
- Get link
- X
- Other Apps
HDFS :
HDFS stands for Hadoop Distributed File System.
A distributed file system is a file system that is distributed on multiple file servers
and allows programmers to access or store files from any network or computer.
HDFS is the storage layer of Hadoop.
HDFS works by splitting the files into blocks, then creating replicas of the blocks, and
storing them on different machines.
HDFS is built to access streaming data seamlessly
- Get link
- X
- Other Apps
Comments
Post a Comment