Hello, On Thu, Oct 28, 2010 at 9:02 AM, exception <[email protected]> wrote: > Hi forks,
/me branches self into two and cheers ;-) > > had...@master:~/eqin/joblauncher$ hadoop jar Greper.jar org.taomee.Greper > -libjars Greper.jar jobconf/jobconfig.xml In your job setup, do you do a JobConf.setJarByClass (or JobConf.setJar)? You don't really have to pass the same MR runner jar via -libjars, its automatically sent over if the job knows what jar has your classes in it. Try the above configuration if you haven't already. -- Harsh J www.harshj.com
