Member since 
    
	
		
		
		10-18-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                147
            
            
                Posts
            
        
                34
            
            
                Kudos Received
            
        
                19
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 1283 | 01-12-2025 04:31 PM | |
| 3791 | 08-08-2024 03:03 AM | |
| 725 | 08-07-2024 12:57 PM | |
| 1245 | 03-22-2024 08:04 AM | |
| 3551 | 03-20-2024 01:05 PM | 
			
    
	
		
		
		10-17-2022
	
		
		02:44 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hey @fares_   Sorry about the delayed update. I was away.  Q. how was the Docker Mount issue resolved? Please share the context of the steps taken.      >>> I solved the mount issue, but that took me back to the same main issue which mentioned in the main post.     Are you still observing invalid Docker mount error?   Did you get to try/test the steps mentioned in our Blog?[0]  [0] https://blog.cloudera.com/introducing-apache-spark-on-docker-on-top-of-apache-yarn-with-cdp-datacenter-release/  In the above blog, Check out the Demo I section, "Running PySpark on the gateway machine with Dockerized Executors in a Kerberized cluster."     Keep us posted.      V 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-17-2022
	
		
		02:35 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @TalhaKilic   Did my response help you with the request made? If yes, Please mark my reply as 'Accept As Solution' of if you still need further help, Please update this thread.      V 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-04-2022
	
		
		08:54 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hey there @TalhaKilic  Thank you for posting this in our Cloudera Community.      Is there a specific Business use-case that you are looking for?  If yes, Please share your high-level use-case.  Else, I presume this question is to check compatibility of CDP on Google Anthos and Here is my finding:        Does CDP supported Google Anthos?   It is unfortunate that CDP is not yet tested on Google Anthos.  However, we do have a currently 'OPEN' internal JIRA flagged for the same with an ID, PVCRB-122 in which CDP will be tested by our Larger team.     Let me know if this helps:)     V 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-04-2022
	
		
		12:07 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hey @hanumanth   Circling back to know if the posted checks helped you with this task.   Additionally, Please share what was done to sort this situation.  HTH! 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-30-2022
	
		
		10:24 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							    [30/Sep/2022 19:37:38 +0000] 1048 MainThread agent WARNING Long HB processing time: 7.00362992287  [30/Sep/2022 19:38:01 +0000] 1048 DnsResolutionMonitor throttling_logger INFO DnsTest not running. Java not located.   Hey @hanu Thank you for writing this in our Community.   SANITY CHECKS:  The above states that there could be  no JAVA_HOME set.  Q. Can you review if you this host has right JAVA_HOME set? or configured with a custom location?  0a. You can navigate to CM > Hosts > All Hosts> Affected Host > Quick Link > Host agent and check the value for JAVA_HOME inside the section "Component Info"     1. Make sure you have the proper values for CM agent under /etc/cloudera-scm-agent/config.ini?  1a. Compare and fix the UUID of the CM agent on the affected node, if need be.  Compare CM > Hosts > All Hosts > Affected Host UUID with /var/lib/cloudera-scm-agent/uuid  If they do not match, Carry on with the following steps:    Navigate to CM > Hosts > All Hosts  1. Identify the UUID  Click on Affected Host > Under “Details”   copy the “Host ID”. This is the affected CM agent's UUID.    2. SSH to affected host, and Stop the CM agent  #systemctl stop cloudera-scm-agent    3. Navigate to var/lib/cloudera-scm-agent/    4. Make a backup of the existing uuid file.  # cp var/lib/cloudera-scm-agent/uuid /tmp/agent-uuid.bk    5. Change the contents of the UUID file with the CM-UI uuid (i.e from step 1)  # echo -n “<UUID_from_CM-UI>” > /var/lib/cloudera-scm-agent/uuid    6.Start the Agent:  # systemctl start cloudera-scm-agent  2. Check Network configuration if there is no Heartbeat to CM Server.  Try comparing and update the following as needed to match one of the nodes that does not have any issues.   /etc/cloudera-scm-agent/config.ini  /etc/resolv.conf   /etc/hosts  /etc/nsswitch.conf    Once the above is updated/fixed, the CM agent requires restart:  # systemctl restart cloudera-scm-agent  Let us know if this helps, else, Share your observations.  Thanks! 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-19-2022
	
		
		10:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hey There @fares_,  Thank you for writing this in our community.     There was a similar situation with this User and see if this is related:  https://community.cloudera.com/t5/Support-Questions/Container-exited-with-a-non-zero-exit-code-13-Error-file/m-p/349268/highlight/true#M235584     Additionally, I could see the Error code being 1 in the shared snip of the log,  I was able to trace back the SparkExitCodes[0] definition for you to co-relate(To triangulate the root cause):  https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/SparkExitCode.scala     And Finally, Did you get to go through our similar Blog against your test-case?  https://blog.cloudera.com/introducing-apache-spark-on-docker-on-top-of-apache-yarn-with-cdp-datacenter-release/     Keep us posted on how it goes. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-19-2022
	
		
		10:03 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hey @spotxsysops   Thank you for bringing this to our community.     You may want to test this internally with this PUT call:      to configure DataNode Data Directory / dfs.datanode.data.dir and   NodeManager Local Directories / yarn.nodemanager.local-dirs     Q1. To configure DataNode Data Directory / dfs.datanode.data.dir      PUT /api/v31/clusters/Cluster%201/services/HDFS-1/roleConfigGroups/HDFS-1-DATANODE-BASE/config    { "items": [ { "name": "dfs_data_dir_list", "value": "/path/to/dir" } ] }      Q2. To configure NodeManager Local Directories / yarn.nodemanager.local-dirs      PUT /api/v31/clusters/Cluster%201/services/YARN-1/roleConfigGroups/YARN-1-NODEMANAGER-BASE/config    { "items": [ { "name": "yarn_nodemanager_local_dirs", "value": "/path/to/dir" } ] }      However, The Generic CM API End-Points for RoleConfigGroups can be found here:  https://archive.cloudera.com/cm6/6.3.0/generic/jar/cm_api/apidocs/resource_RoleConfigGroupsResource.html     Let me know if this helps? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-19-2022
	
		
		09:29 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @poorva Did you get a chance to review the Failed Application logs from Resource Manager UI?     You can also share the exception from the same time frame so we can help you further with a plan of action.      Let us know your thoughts. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-16-2022
	
		
		03:42 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hey @abdebja,  Thank you for writing this in our community.     >>> What configuration item could fix this in cloudera management services?  As mentioned in the KB article above reply, the root cause of this issue is highly suspected to be JVM Pauses on the Reports Manager, which is a part of Cloudera Management Services.     Did you get to review/try the changes mentioned in the above KB article?   As a Best practice, I am also referring a Public Documentation  https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/installation/topics/cdpdc-reports-manager.html     Let me know if this helps. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-09-2021
	
		
		09:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @bsaad   Thank you for helping me with the logs, Sounds like a "Hardening" issue, if that is what to be mentioned by VirtualBox Community.     Please read these and triage the situation based on your System Specs:  VirtualBox Threads:   https://forums.virtualbox.org/viewtopic.php?f=6&t=95559  Diagnosing VirtualBox Hardening Issues     Hope this helps!  Is your question answered? If Yes, Feel free to mark the answer as "Accept as Solution".  If you find this reply helpful, say thanks by clicking on the "thumbs-up" button. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
- Next »
 
        













