I have a CDH 5.1.0 cluster, recently upgraded from CDH 5.0 via parcel. Since the upgrade I have been unable to start the NFS gateway service on any node. The error in the log is:
Exception in thread "main" java.io.IOException: Running in secure mode, but config doesn't have a keytab
I have found that there is no hdfs.keytab file being deployed to /var/run/cloudera-scm-agent/process/XXX-hdfs-NFSGATEWAY/ and the hdfs-site.xml is missing the dfs.nfs.keytab.file property. All other services are running fine. I can't find anything the configuration that seems out of place. The HDFS principal is ok as the Datanode process is working ok.
Anyone have any suggestions on how i can resolve this?
Thanks!