hadoop源码分析之mapredue的泛型类解析

首先,我们来看看下面函数 public static class TokenizerMapper      extends Mapper <Object, Text, Text, IntWritable> { private final static IntWritable one = new IntWritable(1); private Text word = new Text(); publ
相关文章
相关标签/搜索