Hadoop 学习笔记:java.lang.NoSuchMethodException: DataJoin$TaggedWritable.<init>()
运行 Hadoop in Action 里面关于datajoin的例子时报这个错,解决方案是为TaggedWritable 类加一个无参构造方法。原因是Hadoop uses reflection to create this object, and requires a default constructor (no args).
详:
http://stackoverflow.com/
原创
2013-05-25 16:59:05 ·
3840 阅读 ·
0 评论