Use HTableDescriptor(*final* TableName name) instead
-Anoop- On Tue, Jul 1, 2014 at 8:16 PM, Vikas Ranjan <[email protected]> wrote: > I was using the constructor HTableDescriptor(java.lang.String) that got > deprecated. > The below link contains the deprecated apis. > https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html#HTableDescriptor(java.lang.String) > > > > Date: Tue, 1 Jul 2014 07:38:58 -0700 > > Subject: Re: Deprecated HTableDescriptor apis for HBase 0.98 > > From: [email protected] > > To: [email protected] > > > > Not all methods in HTableDescriptor are deprecated. > > > > Can you list the methods which you were using that are now deprecated ? > > We can discuss on a case-by-case basis. > > > > Cheers > > > > > > On Tue, Jul 1, 2014 at 7:36 AM, Vikas Ranjan <[email protected]> > > wrote: > > > > > Hi All,I have been using Hbase 0.94 with HTableDescriptor apis. Now we > are > > > moving to HBase 0.98.These apis have been deprecated in Hbase 0.96+ > > > versions. Any recommendation for HTableDescriptor alternative for HBase > > > 0.98. The Java doc does not mention the new apis. > > > Regards,Vikas > > > > > > > >
