Re: HFileOutputFormat giving error- "Undefined job output-path"

2011-12-30 Thread Stack
On Thu, Dec 29, 2011 at 12:15 AM, Ishan Bhat wrote: > Just noticed that there are two versions of FileOutputFormat.java packaged > in hadoop core jar. In the above code, the > "HFileOutputFormat.setOutputPath(...)" call goes > to org.apache.hadoop.mapreduce.lib.output.FileOutputFormat whereas the

HFileOutputFormat giving error- "Undefined job output-path"

2011-12-30 Thread Ishan Bhat
Hi, I am using hbase-0.90.1-cdh3u0.jar with hadoop-core-0.20.2-cdh3u0.jar. I have written an MR which uses HFileOutputFormat for generating HFiles. Below is the code in my driver class: JobConf config = new JobConf(BulkImport.class); Job job = new Job(config); job.setJobName("Bulk load data into