I am a newbie to Hadoop, I am trying to learn it and came across 2 versions of InputFormat.
org/apache/hadoop/mapred/InputFormat
org/apache/hadoop/mapreduce/InputFormat
The explanation of both apis seems to be same but one is interface and other is a class. Can someone please help me why there are 2 APIs with same explanation in Hadoop?