Try to include hive-site.xml and yarn-site.xml to eclipse and include yarn application class path in yarn-site.xml
Thanks Karthik > On Sep 23, 2014, at 2:06, Poorvi Ahirwal <poorvi.ahir...@gmail.com> wrote: > > Hi, > I am executing a mapreduce program with hcatalog and hive database. Even if > the jars are included its showing this error: > > Exception in thread "main" java.io.IOException: > com.google.common.util.concurrent.UncheckedExecutionException: > javax.jdo.JDOFatalUserException: Class > org.datanucleus.api.jdo.JDOPersistenceManagerFactory was not found. > NestedThrowables: > java.lang.ClassNotFoundException: > org.datanucleus.api.jdo.JDOPersistenceManagerFactory > at > org.apache.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:88) > at > org.apache.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:64) > ...... > Please help > > thanks