1.

Point out the correct statement.(a) The minimum split size is usually 1 byte, although some formats have a lower bound on the split size(b) Applications may impose a minimum split size(c) The maximum split size defaults to the maximum value that can be represented by a Java long type(d) All of the mentionedThis question was posed to me in class test.My question comes from Mapreduce Formats topic in section MapReduce Types and Formats of Hadoop

Answer»

The correct CHOICE is (a) The minimum split size is usually 1 BYTE, although some FORMATS have a lower bound on the split size

For explanation: The maximum split size has an effect only when it is less than the block size, FORCING SPLITS to be smaller than a block.



Discussion

No Comment Found

Related InterviewSolutions