InterviewSolution
Saved Bookmarks
| 1. |
In order to read any file in HDFS, instance of __________ is required.(a) filesystem(b) datastream(c) outstream(d) inputstream |
|
Answer» Correct option is (a) filesystem The best explanation: InputDataStream is used to read data from file. |
|