Hi all,

I am trying to bulk import using my own mapreduce code (doing the
insert in my map()).

I have modified my hadoop-env.sh to have the following:
  export 
HADOOP_CLASSPATH=/var/root/hbase-0.20.0/hbase-0.20.0-dev.jar:/var/root/hbase-0.20.0/conf

the paths are correct, and I copied it around the cluster and
restarted all demons.

When trying to load in using mapreduce I get the following 2 errors
java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration
java.lang.ClassNotFoundException: org.apache.zookeeper.Watcher

Does zookeeper now have to be on the CP?
I am not sure why HBaseConfiguration is not found though... could it
be a permission thing as I am running everything as root user?

Thanks for any pointers,

Tim

Reply via email to