我需要更多关于在Hadoop中使用相同映射器的说明。
它直接将传入的键/值对传递到输出。
Default I/P Format : TextInputFormat
Default O/P Format : TextOutputFormat
Default O/P key class : LongWritable
Default O/P value class : Text
No. of Splits = depends on the file
我能想到的一个用途是当你想改变你的类的格式,它可以转换文本格式为sequencefileformat