Am I able to get entire input split
into mapper rather than each line of inputsplit into mapper.
For this I need to implement my own Custom Input format.
but if I am writing WholeFileInputFormat
Whether it means the mapper get the entire line or entire input split?
Does NLineInputFormat solves my problem?