InterviewSolution
Saved Bookmarks
| 1. |
The split size is normally the size of a ________ block, which is appropriate for most applications.(a) Generic(b) Task(c) Library(d) HDFS |
|
Answer» Correct option is (d) HDFS For explanation: FileInputFormat splits only large files(Here “large” means larger than an HDFS block). |
|