InterviewSolution
Saved Bookmarks
| 1. |
In order to read any file in HDFS, instance of __________ is required.(a) filesystem(b) datastream(c) outstream(d) inputstreamThe question was asked during an interview.I would like to ask this question from Java Interface topic in portion HDFS – Hadoop Distributed File System of Hadoop |
|
Answer» CORRECT option is (a) filesystem The best EXPLANATION: InputDataStream is USED to read data from file. |
|