I did all of them i.e. I used setMapClass, setReduceClass and new JobConf(MapReduceWork.class) but still it cannot run the job without a jar file. I understand the reason that it looks for those classes inside a jar but I think there should be some better way to find those classes without using a jar. But I am not sure whether it is possible at all.
On Thu, Apr 2, 2009 at 2:56 PM, Rasit OZDAS <[email protected]> wrote: > You can point to them by using > conf.setMapClass(..) and conf.setReduceClass(..) - or something > similar, I don't have the source nearby. > > But something weird has happened to my code. It runs locally when I > start it as java process (tries to find input path locally). I'm now > using trunk, maybe something has changed with new version. With > version 0.19 it was fine. > Can somebody point out a clue? > > Rasit > -- Mohammad Farhan Husain Research Assistant Department of Computer Science Erik Jonsson School of Engineering and Computer Science University of Texas at Dallas
