Runtimeexception: java.lang.NoSuchMethodException: tfidf$Reduce.<init>() Runtimeexception: java.lang.NoSuchMethodException: tfidf$Reduce.<init>() hadoop hadoop

Runtimeexception: java.lang.NoSuchMethodException: tfidf$Reduce.<init>()


I think it is trying to instantiate a reducer. Declare your reducer class as static and try.