On Thu, Dec 29, 2011 at 12:15 AM, Ishan Bhat <[email protected]> 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
> above error is coming from org.apache.hadoop.mapred.FileOutputFormat.
> Is this a known bug in HBase 0.90.1 (the problem being that
> HFileOutputFormat is extending the wrong FileOutputFormat, maybe??)
>

Can you check the example/test-code that does HFileOutputFormat.
Somehow there is a mix of mapred and mapreduce packages going on in
the above which is unlikely to work as expected.

St.Ack

Reply via email to