See the sample command in http://hbase.apache.org/book.html#trouble.mapreduce :
HADOOP_CLASSPATH=`hbase classpath` hadoop jar On Mon, Feb 3, 2014 at 9:33 PM, Murali <[email protected]> wrote: > Hi Ted > > Thanks for your reply. I am using HBase version 0.96.0. I can insert a > record using shell command. I am running the below command to run my > MapReduce job. It is a word count example. Reading a text file from hdfs > file > path and insert the counts to HBase table. > > "hadoop jar hb.jar com.hbase.HBaseWC" > > Thanks > >
