Member since
12-11-2015
217
Posts
30
Kudos Received
31
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
271 | 01-02-2025 06:28 AM | |
787 | 08-14-2024 06:24 AM | |
2014 | 10-02-2023 06:26 AM | |
1678 | 07-28-2023 06:28 AM | |
10824 | 06-02-2023 06:06 AM |
01-26-2024
09:12 AM
Can you share the exact error you notice in CM server log around the timeframe in which you notice the error 'CMSERVER:<fqdn>: KDC Server Connection is not available. Unable to login.', the full exception from cm server log will help to understand the issue better.
... View more
10-02-2023
06:26 AM
Inorder for KDC to allow a client, it must be trusted. Unfortunately you need to have the principle trusted through cross realm trust to allow a client from different KDC
... View more
09-26-2023
07:44 AM
Can you clarify more on this? Are you doing the kinit in 2 different unix user account or same user account? Are these jobs expected to be triggered in parallel? What is the current issue you are facing?
... View more
08-18-2023
09:18 AM
The ERROR message indicates a particular logger class is not available. Usually logger errors wouldn't fail the actual action. Can you clarify what command/action you triggered from CM Role action and in CM whether the command is reported as successful or failed? A screenshot of the actual failure could be helpful to understand this better.
... View more
07-28-2023
06:28 AM
Glad you resolved the issue. Just to add more context, The error indicates agent was unable to monitor the filesystem, likely the nfs is stuck. This results in agent to be stuck in monitoring the filesystem and unable to heartbeat to CM server. Hence Removing the NFS from monitored filesystem helped to resolve the issue.
... View more
07-19-2023
06:07 AM
Can we have the full stacktrace of this exception. If you can upload the logs I can get the same. Generally it means manifest file is not present for the parcel or CM has trouble accessing the manifest file in the repo. Are you able to manually browse through the repo in browser? Can you attach the screenshot of the content you see in the repo from browser?
... View more
07-14-2023
02:01 PM
Hi.This message is related to heartbeat from agent. Can I have the actual cm server logs? Also which version of CM are you using?
... View more
07-07-2023
06:35 AM
@raph Can you please clarify more on the custom parcel? Is it a parcel provided by cloudera / its partners ?
... View more
06-05-2023
02:57 PM
Thats interesting. Let me make sure my understanding is correct. 1. So after configuring password through jceks, there are failures if "Generate HADOOP_CREDSTORE_PASSWORD" is unchecked. Can I please have the full exception, just want to make sure if the full exception points to anything else in latest failure. 2. Did you also remove the properties you already had added i.e "<name>fs.s3a.access.key</name> <name>fs.s3a.secret.key</name>" in core-site.xml
... View more
06-02-2023
06:06 AM
Sorry about the typo in the article. " Uncomment the property "Generate HADOOP_CREDSTORE_PASSWORD" from Hive service and Hive on Tez service. This is the flag to enable or disable the generation of HADOOP_CREDSTORE_PASSWORD (generate_jceks_password)." It is not uncomment and must be uncheck. So please uncheck "Generate HADOOP_CREDSTORE_PASSWORD" in Hive and Hive on Tez, save and restart Hive,Hive on Tez
... View more