Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Decommission a regionserver, got complaint "hbase_client_jaas" missing

avatar
Rising Star

Regionserver is hanging on "decommissioning", Any idea?

1 ACCEPTED SOLUTION

avatar

Make sure this file => /etc/hbase/conf/hbase_client_jaas.conf is available on your Regionserver node. It is used to authenticate the regionserver.

Content should look like this:

Client {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=false
useTicketCache=true;
};

Do you have Kerberos enabled? @rxu

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@rxu@hortonworks.com

Please provide log files entries from ambari, hbase and particular region server to start with.

Ambari and HDP version

OS

Is Keberos in place?

avatar

Make sure this file => /etc/hbase/conf/hbase_client_jaas.conf is available on your Regionserver node. It is used to authenticate the regionserver.

Content should look like this:

Client {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=false
useTicketCache=true;
};

Do you have Kerberos enabled? @rxu