adspace


Is it possible to split 100 lines of input as a single split in MapReduce?

Answer Posted / Pritee Hardiha

No, in MapReduce, each split is a chunk of data and is not designed to contain more than one line. However, you can configure the number of splits per file using Hadoop configuration parameters such as mapred.max.split-size or dfs.blocksize.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category