InterviewSolution
Saved Bookmarks
| 1. |
_________ is the output produced by TextOutputFor mat, Hadoop default OutputFormat.(a) KeyValueTextInputFormat(b) KeyValueTextOutputFormat(c) FileValueTextInputFormat(d) All of the mentioned |
|
Answer» The correct answer is (b) KeyValueTextOutputFormat Explanation: To interpret such files correctly, KeyValueTextInputFormat is appropriate. |
|