protected void map(KEYIN key,
VALUEIN value,
Mapper.Context context)
throws IOException,
InterruptedException
Функция map вызывается для каждой пары ключ-значение из входного разбиения ( input split). По-умолчание такое отображение тождественно (потому большинству приложений приходится переопределять данную функцию).
Called once for each key/value pair in the input split. Most applications should override this, but the default is the identity function.