You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Mark Kerzner <ma...@gmail.com> on 2011/01/31 20:59:32 UTC

TableMap is deprecated

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

Re: TableMap is deprecated

Posted by Mark Kerzner <ma...@gmail.com>.
Thank you.

Actually, I am OK on this, since it was taken out in 0.89. It is things
like RowResult that cause problem now - but for these I already know that I
should use Get/Put API.

Cheers,
Mark

On Mon, Jan 31, 2011 at 2:02 PM, Stack <st...@duboce.net> wrote:

> 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 <ma...@gmail.com>
> 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
> >
>

Re: TableMap is deprecated

Posted by Stack <st...@duboce.net>.
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 <ma...@gmail.com> 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
>