Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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