InterviewSolution
Saved Bookmarks
| 1. |
Which of the following genres does Hadoop produce?(a) Distributed file system(b) JAX-RS(c) Java Message Service(d) Relational Database Management System |
|
Answer» Right answer is (a) Distributed file system For explanation I would say: The Hadoop Distributed File System (HDFS) is designed to store very large data sets reliably, and to stream those data sets at high bandwidth to the user. |
|