Member since
09-29-2015
362
Posts
242
Kudos Received
63
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1311 | 03-14-2019 01:00 PM | |
1583 | 01-23-2019 04:19 PM | |
7182 | 01-15-2019 01:59 PM | |
4521 | 01-15-2019 01:57 PM | |
10574 | 12-06-2018 02:01 PM |
09-13-2024
03:11 AM
1 Kudo
@thapas, Welcome to the Cloudera Community. As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
07-15-2024
01:53 AM
Hi team, I want to configuration "yarn-user/hdp01-node.lab.contoso.com@LAB.CONTOSO.COM" to "yarn-user" "yarn-user/hdp02-node.lab.contoso.com@LAB.CONTOSO.COM" to "yarn-user" "yarn-user/hdp03-node.lab.contoso.com@LAB.CONTOSO.COM" to "yarn-user" Please given a rule advidor. Thanks
... View more
12-22-2023
02:17 AM
@rlevas what if the password has changed? what steps do we need to take as a fix?
... View more
07-08-2021
03:38 AM
1. Login to ambari database hosted server. 2. Take the backup of database. Replace XXXXXX with correct pasword nohup mysqldump -u root -pXXXXXX --databases ambari >/ambari.sql & 3. Login to mysql with root or ambari account and remove hive keytabs. delete from kerberos_principal_host where principal_name like '%hive%'; delete from kerberos_principal where principal_name like '%hive%'; 4. Restart Ambari server. 5. Regenerate the keytabs with valid account 6. Start the Node manager. Note: its not only for Hive.. we can remove based on error. as caches in ambari database prevents to regenerate again
... View more
05-08-2021
12:51 AM
thank you so much. I encountered same problem,but it solved after read your solution. I also changed the default config in Ambari to only 2 encryption types and hashed out the default ticket encryptions as well, then error went away.
... View more
04-06-2021
08:29 AM
@mRabramS Can you share how you reconfigure the KDC ? @VidyaSargur I’m really sorry , I opened a new thread but there’s no response BR,
... View more
04-05-2021
10:51 PM
Hi, You must deploy the jce policy on every cluster nodes if you are using built-in openjdk. Please follow the steps. [root@hostname]# locate local_policy.jar [root@hostname]# wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip" [root@hostname]# unzip -o -j -q jce_policy-8.zip -d /usr/jdk64/jdk1.8.0_112/jre/lib/security/ [root@hostname]# ambari-server rstart Now test the connection. Hopes it will resolves the issue.
... View more
01-31-2020
05:54 AM
There are properties that are set under both - service level configurations and under Admin -- Kerberos configurations, such as yarn.admin.acl What if the two properties point to different values, which properties does the service pick when required?
... View more
01-13-2020
03:37 PM
Sorry for the bump. I tried this in the HDP Sandbox and discovered that installing krb5-workstation-1.15.1-37.el7_7.2.x86_64.rpm solved the problem
... View more
11-04-2019
02:26 AM
How did you find that some process is destroying the ticket? I am also facing same issue.
... View more