1.

Hadoop has a library class, org.apache.hadoop.mapred.lib.FieldSelectionMapReduce, that effectively allows you to process text data like the unix ______ utility.(a) Copy(b) Cut(c) Paste(d) MoveThe question was asked in an interview for internship.Asked question is from Hadoop Streaming topic in section Mapreduce of Hadoop

Answer»

Correct option is (b) Cut

The BEST I can EXPLAIN: The map function DEFINED in the class treats each input key/value pair as a list of FIELDS.



Discussion

No Comment Found

Related InterviewSolutions