Sir , i want to know that which class in hadoop (internal source class) is responsible for calling map function for each key value pair(means calls map() function).
and which class actually done the input split job. i want to create my own class for input split so please tell me .