HConnection is also deprecated. It would be better to do: Connection connection = ConnectionFactory.createConnection(conf);
On Wed, Mar 18, 2015 at 7:55 AM, OM PARKASH Nain <[email protected] > wrote: > Hi, > I am using hbase connection pooling using > > HConnection hConnection=HConnectionManager.createConnection(conf); > > I see most of method of HConnectionManager goes to depreciated. > Please provide to me best way to create Hbase connection pool and what your > future plan for this topic. > > > thanks > OmParkash >
