bcc: -dev +user@hbase YuLing,
Are you providing hbase.security.authentication in the configuration? also can you please let us know what is the exact exception that you getting? thanks! esteban. -- Cloudera, Inc. On Wed, Apr 8, 2015 at 10:20 AM, <[email protected]> wrote: > Hi All, > > I'm using an HBase client deployed in OSGI Karaf console and in some > scenarios, it's causing trouble for me to get connection to HBase server. I > dug into the root cause and found in some cases, when the > HConnectionManager tries to get connection by calling HConnectionKey(conf), > it runs User.getCurrent(), and eventually called > UserGroupInformation.getCurrentUser(). In the case when IS_HADOOP_SECURE is > on, it throws exception. > > I was wondering if there's any configuration in HBase that we can use to > turn 'IS_HADOOP_SECURE' to false? > > Thanks very much, > YuLing > >
