The whole mapred package was deprecated just like in hadoop 0.20 and the new package to use is now mapreduce, although I would recommend still using it as we don't plan on removing it for 0.21
J-D On Thu, Mar 11, 2010 at 2:12 PM, vipul sharma <sharmavipulw...@gmail.com> wrote: > TableMapReduceUtil seems to have been deprecated. What is its replacement. I > want to use it to set mapper like this > > TableMapReduceUtil.initTableMapperJob(HTable table,Get get, Mapper.class, > Text.class, Text.class, job); > > -- > Vipul Sharma > sharmavipul AT gmail DOT com >