You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by jeevi tesh <je...@gmail.com> on 2014/03/12 12:51:38 UTC

SASL error

Hi all,
Please help in resolving this error which has been observed in log file as
soon as I *start hbase*
*socket connection to server localhost/127.0.0.1:2181
<http://127.0.0.1:2181/>. Will not attempt to authenticate using SASL
(unknown error)*

here is my *etc/hosts entry*
192.168.1.42    database     database.companyname.com
127.0.0.1       localhost    localhost.localdomain.com
Thanks

Re: SASL error

Posted by Ted Yu <yu...@gmail.com>.
Are you starting hbase in secure distributed mode ?

Which hbase version are you using ?

Thanks

On Mar 12, 2014, at 4:51 AM, jeevi tesh <je...@gmail.com> wrote:

> Hi all,
> Please help in resolving this error which has been observed in log file as
> soon as I *start hbase*
> *socket connection to server localhost/127.0.0.1:2181
> <http://127.0.0.1:2181/>. Will not attempt to authenticate using SASL
> (unknown error)*
> 
> here is my *etc/hosts entry*
> 192.168.1.42    database     database.companyname.com
> 127.0.0.1       localhost    localhost.localdomain.com
> Thanks