Re: Class loading problem

2011-07-28 Thread John Armstrong
On Thu, 28 Jul 2011 10:05:57 -0400, "Kumar, Ranjan" wrote: > I have a class to define data I am reading from a MySQL database. > According to online tutorials I created a class called MyRecord and > extended it from Writable, DBWritable. While running it with hadoop I get a > NoSuchMethodException

Class loading problem

2011-07-28 Thread Kumar, Ranjan
I have a class to define data I am reading from a MySQL database. According to online tutorials I created a class called MyRecord and extended it from Writable, DBWritable. While running it with hadoop I get a NoSuchMethodException: dataTest$MyRecord.() I am using 0.21.0 Thanks for your help R