Hello pundutech, Have you looked in to the following sections of the HBase Book?
http://hbase.apache.org/book.html#security http://hbase.apache.org/book.html#_rest The first one should provide enough information to set up security on HBase and use secure client using the HBase Java API. However if you strictly need SSL between the client and server then you might be interested in the second section in order to enable SSL on a REST server. cheers, esteban. -- Cloudera, Inc. On Thu, Jul 9, 2015 at 8:36 AM, pundu tech <[email protected]> wrote: > I have setup a 10 nodes HBase cluster which seems to be working great. > > Next thing I need to do is to develop a Java client that will connect to > the HBase cluster over SSL (two ways). > > I don't seem to find good pointers online on how to achieve this. Could > someone in this list please give me some pointers or advice? > > Thanks! > pundutech >
