Member since
01-09-2014
8
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3389 | 01-07-2015 07:34 AM |
02-21-2020
02:58 AM
Try Setting up "udp" for the Kerberos Clients. /etc/krb5.conf
[libdefaults]
udp_preference_limit = 1
... View more
01-07-2015
11:59 PM
Ah, this got me on the right track. I've switched the 'hostname' command for 'hostname -f', redeployed the CSD jar and it works now. I think I'm a bit confused about how this works then. CM deploys a fresh config, it supplies the principal name to this initialisation script (presumably it's got the right one, as CM is aware of the keytabs it's distributing). That principal is regexed to remove the hostname and replace it with the template value of _HOST. Accumulo starts and replaces _HOST with the principal again. I guess the problem here is that 'hostname' returns an unqualified hostname whereas CM knows the server running the service by is FQDN. Maybe I'm missing something, but it seems like all the switching of hostnames an template values is what's causing the problem here. Thanks for pointing me in the right direction.
... View more