InterviewSolution
Saved Bookmarks
| 1. |
What is HDFS- Hadoop Distributed File System? |
|
Answer» Hadoop distributed file system (HDFS) is the primary storage system of Hadoop. HDFS STORES very large files running on a cluster of commodity hardware. It WORKS on the principle of storage of less number of large files rather than the huge number of small files. HDFS stores data reliably even in the case of hardware failure. It provides high throughput access to the application by accessing in parallel. Components of HDFS:
|
|