Lets say we are performing map reduce on a file whose size is 130 MB. And we are using text input format to process it line by line. Now if that file contains only one line . So theoretically it is divided into 2 input splits. And there will be 2 mappers.But actually there has to be only 1 input split. So how does map reduce decide that ?