org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied
NickName:Kalyan Chintanippu Ask DateTime:2022-06-06T11:45:10

org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied

I am receiving below error. I have properly listed my core-site.xml properties for auth_local. Any help is appreciated.

Caused by: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to yarn/second-m.us-east1-c.c.golden-shine-351000.internal@US-EAST1-C.C.GOLDEN-SHINE-351000.INTERNAL`enter code here`


core-site.xml
-------------

<property>
    <name>hadoop.security.auth_to_local</name>
    <value>RULE:[1:$1](.*)s/(.*)/$1/g
    RULE:[2:$1](.*)s/(.*)/$1/g
    RULE:[2:$1/$2@$0]([ndj]n/.*@US-EAST1-C\.C\.GOLDEN-SHINE-351000\.INTERNAL)s/.*/hdfs/
    RULE:[2:$1/$2@$0]([rn]m/.*@US-EAST1-C\.C\.GOLDEN-SHINE-351000\.INTERNAL)s/.*/yarn/
    RULE:[2:$1/$2@$0](jhs/.*@US-EAST1-C\.C\.GOLDEN-SHINE-351000\.INTERNAL)s/.*/mapred/
    DEFAULT</value>
  </property>


kalyanchintanippu@second-m:~$ hadoop org.apache.hadoop.security.HadoopKerberosName yarn/second-m.us-east1-c.c.golden-shine-351000.internal@US-EAST1-C.C.GOLDEN-SHINE-351000.INTERNAL
Name: yarn/second-m.us-east1-c.c.golden-shine-351000.internal@US-EAST1-C.C.GOLDEN-SHINE-351000.INTERNAL to yarn

Copyright Notice:Content Author:「Kalyan Chintanippu」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/72512847/org-apache-hadoop-security-authentication-util-kerberosnamenomatchingrule-no-r

More about “org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied” related questions

org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied

I am receiving below error. I have properly listed my core-site.xml properties for auth_local. Any help is appreciated. Caused by: org.apache.hadoop.security.authentication.util.KerberosName$

Show Detail

Why would I suddenly get 'KerberosName$NoMatchingRule: No rules applied to user@REALM' errors?

We've been using Kerberos auth with several (older) Cloudera instances without a problem but now are now getting 'KerberosName$NoMatchingRule: No rules applied to user@REALM' errors. We've been mod...

Show Detail

Export firewall rules applied from GPO using powerhsell

I am using the code below to export locally applied firewall rules to a .csv. $Rules=(New-object –comObject HNetCfg.FwPolicy2).rules $Rules | export-csv test.csv -NoTypeInformation This script d...

Show Detail

Stop promotion rules being applied in Magento

In my magento installation I have a complex classification of the clients. On the one hand there are different groups defined. But there are also some clients «VIP», that is a specific attribute (Y...

Show Detail

Detect rules applied to messages in outlook

Is it possible to detect rules applied to messages in c#? I have search for it and found these links dealing with rules: Managing Rules in the Outlook Object Model Specifying Rule Conditions

Show Detail

What happens if rules are applied multiple time to a form

This is more of a generic question, please remove it if this is not a correct platform. My question is what happens if rules are applied to html form multiple time. like every time user clicks on ...

Show Detail

magento catalog price rules not applied

Magento 1.3.2.4 catalog price rules stopped applying after website was moved to another server. Cron job is not giving any errors, however PHP version on a new server is higher. The only thought that

Show Detail

Magento 1.4.1.1 Catalogue Price Rules not staying applied

I have an install of Magento 1.4.1.1 that uses catalogue prices rules for different user groups. Unfortunately the rules do not stay applied after 2-3 days. I have done the following fix, as desc...

Show Detail

CSS rules not applied correctly/completely

I'm having a really bizarre problem with a homescreen html app on an ipad. It's a rather complex single-page app, which is also loaded for offline use with the cache.manifest. I have three css fi...

Show Detail

GCP Firewall rules are applied unidirectonal or bidirectional?

I read this Google's documentation. This part confuses me. Each firewall rule applies to incoming (ingress) or outgoing (egress) connection, not both. Further down the paragraph VPC firewall rul...

Show Detail