InterviewSolution
Saved Bookmarks
| 1. |
The ______________ class defines a configuration parameter named LINES_PER_MAP that controls how the input file is split.(a) NLineInputFormat(b) InputLineFormat(c) LineInputFormat(d) None of the mentioned |
|
Answer» Right option is (a) NLineInputFormat The explanation: We can set the value of parameter via the Source interface’s inputConf method. |
|