Use the mapreduce package if you can. Otherwise, keep on with mapred package and ignore the deprecations. There is nothing 'wrong' w/ the mapred package; we just followed hadoop's deprecation. Also our mapreduce has functionality not in mapred.
St.Ack On Mon, Jan 31, 2011 at 11:59 AM, Mark Kerzner <[email protected]> wrote: > Hi, > > what should be used instead of > TableMap<http://hbase.apache.org/docs/r0.20.5/api/org/apache/hadoop/hbase/mapred/TableMap.html>, > going forward? > > Thank you, > Mark >
