Re: Deprecated Table Map in Hbase-0.20.3

2010-05-10 Thread bharath v
JD Your explanation was very helpful ! Thanks for replying ! On Mon, May 10, 2010 at 10:29 PM, Jean-Daniel Cryans wrote: > Two things: > > First TableMap was using the raw type instead of a generic one, this > was fixed in https://issues.apache.org/jira/browse/HBASE-876 > > Then it wasn't gene

Re: Deprecated Table Map in Hbase-0.20.3

2010-05-10 Thread Jean-Daniel Cryans
Two things: First TableMap was using the raw type instead of a generic one, this was fixed in https://issues.apache.org/jira/browse/HBASE-876 Then it wasn't generic enough, so this was filed https://issues.apache.org/jira/browse/HBASE-1725 That's the explanation. I remember having the same issue