Hi Pavan, You will need to give us more details. When are you facing this exception? What are you trying to achieve? For me, sound like your MR job is not able to find a jar you asked it to load. Do you have more details? Version of HBase also might help.
Thanks, JM 2013/8/16 Pavan Sudheendra <[email protected]> > I am using hbase with hadoop and i haven't seen this error until now.. > I just switched to cloudera and now this happened. > > > java.io.IOException: java.lang.RuntimeException: java.io.IOException: > No such file or directory > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.findOrCreateJar(TableMapReduceUtil.java:598) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.addDependencyJars(TableMapReduceUtil.java:549) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.addDependencyJars(TableMapReduceUtil.java:513) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableMapperJob(TableMapReduceUtil.java:139) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableMapperJob(TableMapReduceUtil.java:216) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableMapperJob(TableMapReduceUtil.java:82) > at > com.cisco.spvtg.corona.audience.profiling.actiondatainterpret.ActionDataInterpret.main(ActionDataInterpret.java:493) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:208) > Caused by: java.lang.RuntimeException: java.io.IOException: No such > file or directory > at org.apache.hadoop.util.JarFinder.getJar(JarFinder.java:164) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.findOrCreateJar(TableMapReduceUtil.java:595) > ... 11 more > Caused by: java.io.IOException: No such file or directory > at java.io.UnixFileSystem.createFileExclusively(Native Method) > at java.io.File.checkAndCreate(File.java:1704) > at java.io.File.createTempFile(File.java:1792) > at org.apache.hadoop.util.JarFinder.getJar(JarFinder.java:156) > ... 16 more > > > -- > Regards- > Pavan >
