运行 Hadoop in Action 里面关于datajoin的例子时报这个错,解决方案是为TaggedWritable 类加一个无参构造方法。原因是Hadoop uses reflection to create this object, and requires a default constructor (no args).运行 Hadoop in Action 里面关于datajoin的例子时报这个错,解决方案是为
运行 Hadoop in Action 里面关于datajoin的例子时报这个错,解决方案是为TaggedWritable 类加一个无参构造方法。原因是Hadoop uses reflection to create this object, and requires a default constructor (no args).运行 Hadoop in Action 里面关于datajoin的例子时报这个错,解决方案是为