hi all
i'm running a mapreduce job in my hbase project.
my hadoop & hbase are remote and i run my code by this command in my terminal:
$ java  -cp  myproject.jar:/user/HadoopAndHBaseLibrary/*  mainproject

but i get this error:
attempt_201207261322_0002_m_000000_0, Status : FAILED
Error: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.util.Bytes

my other project which dont use import org.apache.hadoop.hbase.util.Bytes
has been successfully run!!! 
but when i
 use this class in my mapreduce Job  i got this error...

what could i do? can any one help me?
my hbase  version is : 0.94.11 and the jar files of it and Hadoop are completly 
in HadoopAndHBaseLibrary

--tanx 

Reply via email to