Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
427 | 07-06-2025 05:24 AM | |
444 | 05-28-2025 10:35 AM | |
2158 | 08-26-2024 08:17 AM | |
2757 | 08-20-2024 08:17 PM | |
1135 | 07-08-2024 04:45 AM |
06-10-2024
10:41 PM
Can you try regenerating the keytab, seems to be the issue with kvno id
... View more
06-10-2024
08:43 PM
Hello @rizalt Can you check if you are able to do Kinit with the below commands? klist -kt /etc/security/keytabs/nm.service.keytab
kinit -kt /etc/security/keytabs/nm.service.keytab <COPY principal for above output> If the above command fails, regenerating the keytab for nodemanager should fix the issue.
... View more
06-05-2024
06:25 AM
Hello @divyank Below error shows PAM authentication is configured ERROR org.apache.zeppelin.rest.LoginRestApi: Exception in login:
org.apache.shiro.authc.AuthenticationException: Authentication failed for PAM. Can you please make sure zeppelin user has read permission on /etc/shadow file on zeppelin host and also create user if does not exist at OS level using below commands # useradd <username> (to create user) # passwd <username> (to set the password) Ex: # useradd test # passwd test After creating user try login to zeppelin ui with above created credentials
... View more
06-03-2024
07:03 PM
2 Kudos
Hello @vec If you found the suggestions/solutions provided helped you with solving your issue please take a moment to login and click "Accept as Solution" on one or more of them that helped. Thank you,
... View more
06-01-2024
01:06 AM
1 Kudo
@vec file:/ represents the local file system. Caused by: java.io.IOException: mkdir of file:/user/history/done failed
... View more
05-31-2024
06:57 AM
1 Kudo
Hello @vec It seems like it is trying to use a local file system instead of HDFS. Can you check what the value is set for hdfs_service in CM -> YARN -> Configuration > hdfs_service ? Make sure it is set to use "hdfs"
... View more
05-30-2024
03:45 AM
1 Kudo
Hi @rizalt The error below indicates that the configured KDC server does not have the admin/admin principal. kinit: Server not found in Kerberos database while getting initial credentials I can see that the admin and kdc server hostnames are set to admin.com from krb5.conf. Could you verify that the hostnames for the admin and kdc servers are correct? Also check hostname admin.com is resolving correctly from the client host
... View more
05-21-2024
06:47 AM
Hello @divyank You started facing this issue after enabling Kerberos. Can you try regenerating the Solr keytab?
... View more
05-20-2024
03:50 AM
1 Kudo
Hello @snm1523 To clear the old topologies follow below steps Go to knox host and delete the old topologies from /var/lib/knox/gateway/conf/descriptors and /var/lib/knox/gateway/conf/topologies and Restart knox service
... View more
05-19-2024
07:33 PM
Hello @adsejnf Can you check is hive server2 is up and running
... View more