I need to compile Java Hadoop programs.
I have compiled and got .class files for mapper and reducer.
But when I compile mainjava file, i keep getting this error.
that is it can't point mapper and reducer class files.
How can I resolve this issue?