Member since
06-13-2016
4
Posts
3
Kudos Received
0
Solutions
09-03-2019
08:39 AM
Hi, For me it's happening while finding YARN logs using yarn logs command. The /tmp/logs directory is having below permissions. drwxrwxrwt - yarn yarn But inside logs directory, the directories are having permission as below. drwxrwxrwt - user/owner_of_directory yarn Your guidance will be helpful. Thanks,
... View more
08-27-2018
10:45 PM
1 Kudo
@krb, What you provided appears to be an agent log message that indicates an attempt to kinit with the HTTP principal on the host where HTTPFS role runs was not successful. Check on the host where the httpfs role runs and make sure the krb5.conf file is correct. This shoud not impact HDFS as a whole since HTTPFS is a client of HDFS really. Cloudera Manager should merge the HTTP principal automatically, so please run the following to make sure the keytab has the right keys: # klist -kte /run/cloudera-scm-agent/process/1330-hdfs-HTTPFS/httpfs.keytab
... View more