Re: Mapreduce job can not file HFileOutputFormat Class

2012-11-25 Thread Harsh J
Could you share your code? Are you sure you are utilizing the addDependencyJars(…) as documented at http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html#addDependencyJars(org.apache.hadoop.mapreduce.Job)? On Sun, Nov 25, 2012 at 8:04 PM, Jai Kumar Singh wrote:

Re: Mapreduce job can not file HFileOutputFormat Class

2012-11-25 Thread Alok Kumar
Hi, Can you try passing your classpath jars with "-libjars" options in bin/hadoop command. http://hadoop.apache.org/docs/r0.20.2/commands_manual.html#Generic+Options Regards, Alok On Sun, Nov 25, 2012 at 8:04 PM, Jai Kumar Singh wrote: > sorry, pasted wrong log. > here is the correct one. > >

Mapreduce job can not file HFileOutputFormat Class

2012-11-25 Thread Jai Kumar Aingh
Hi, I am trying bulk import feature of hbase via hadoop mapreduce job as describe in here. http://hbase.apache.org/book/arch.bulk.load.html I've my hadoop classpath as follows. export HADOOP_CLASSPATH=`hadoop classpath`:`hbase classpath` But when I am running a simple hadoop job using HFileOu

Re: Mapreduce job can not file HFileOutputFormat Class

2012-11-25 Thread Jai Kumar Singh
sorry, pasted wrong log. here is the correct one. http://pastebin.com/bXAe5fXc Thanks & Regards, Jai K Singh On Sun, Nov 25, 2012 at 7:58 PM, Jai Kumar Aingh wrote: > Hi, > I am trying bulk import feature of hbase via hadoop mapreduce job as > describe in here. > http://hbase.apache.org/