Find the latest Operational Database powered by Apache Accumulo keytab
You can quickly check the latest Operational Database powered by Apache Accumulo (OpDB) keytab and hostname using the Accumulo shell.
Use the following command on the administrator principal to find the latest OpDB keytab and
hostname:
kinit -kt $(find /var/run/cloudera-scm-agent/process/ -name "accumulo_on_cdp.keytab" | head -n1 ) accumulo/$(hostname -f)