Re: Hadoop0.20 - Class Not Found exception

2009-06-29 Thread Steve Loughran
Amandeep Khurana wrote: I'm getting the following error while starting a MR job: Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at org.apache.hadoop.mapred.lib.db.DBInputFormat.configure(DBInputFormat.java:297) ... 21 more Caused

Re: Hadoop0.20 - Class Not Found exception

2009-06-26 Thread imcaptor
I meet the question also, resolved by transfer a class name to JobConf constructor. If you new the *JobConf,you must transfer a class name to it.* 2009/6/27 Amandeep Khurana > I'm getting the following error while starting a MR job: > > Caused by: java.lang.RuntimeException: java.lang.ClassNo

Hadoop0.20 - Class Not Found exception

2009-06-26 Thread Amandeep Khurana
I'm getting the following error while starting a MR job: Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at org.apache.hadoop.mapred.lib.db.DBInputFormat.configure(DBInputFormat.java:297) ... 21 more Caused by: java.lang.ClassNotFoun