Member since 
    
	
		
		
		06-13-2021
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                519
            
            
                Posts
            
        
                13
            
            
                Kudos Received
            
        
                14
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 1221 | 09-10-2024 05:04 AM | |
| 1673 | 09-05-2024 07:42 AM | |
| 2397 | 08-02-2024 01:46 AM | |
| 2010 | 11-06-2023 06:49 AM | |
| 1890 | 09-21-2022 09:46 AM | 
			
    
	
		
		
		06-21-2022
	
		
		08:07 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @Christ      If your issue has been resolved, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-21-2022
	
		
		07:59 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @pandav Welcome to Cloudera Community, I can understand you are facing issues while taking the Data lake backup.      Could you please provide the output of the following command:  # cdp datalake list-datalake-backups --datalake-name dl-name  # df -kha     what is your CDP runtime version, because we have seen this in the past whenever we tried to take Data lake back up, it will backup ranger-HMS-metadata and ranger-audit. The temp file will be written to the master node before moving to S3. The metadata is too big that fills up the root file system on the master node.     You can contact Cloudera support also on this.        Cheers!  Was your question answered? Make sure to mark the answer as the accepted solution.  If you find a reply useful, say thanks by clicking on the thumbs up button. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2022
	
		
		03:49 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @grlzz,      We already have a feature related to this, please find the below feature improvement id:  1- DSE-13091  You can contact the account team if you would like to get updates on the JIRA.     Was your question answered? Make sure to mark the answer as the accepted solution.  If you find a reply useful, say thanks by clicking on the thumbs up button. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2022
	
		
		03:42 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 If your issue has been resolved, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2022
	
		
		02:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @Christ,     Thanks for being a part of the Cloudera community,      CDP Public Cloud Data Warehouse   CDP Private Cloud Data Warehouse    You can leverage the above options provided by Cloudera for the Public and Private clouds.     Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-15-2022
	
		
		02:10 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 hi @hebamahmoud ,     Could you please refer to the below article for your queries, just go through it and let us know if it works for you.     Auto-TLS in Cloudera Data Platform Data      Cheers!  Was your question answered? Make sure to mark the answer as the accepted solution.  If you find a reply useful, say thanks by clicking on the thumbs up button. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-11-2022
	
		
		01:28 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello Lakshmi     - The role you are mapping to the user in the IDBroker mapping section has the right S3 bucket specified? Or are you using the same bucket created during the DataLake deployment?
	- Can you also make sure that Spark is configured to point to the S3 bucket [1]. For Spark, it is required to define the S3 bucket name in the following property "spark.yarn.access.hadoopFileSystems".
	Example: If using a DataHub cluster, Access to the DH in the Management Console > CM-UI > Clusters > Spark > Configurations > Create a file names "spark-defaults.conf" or update the existing file with the property:
	spark.yarn.access.hadoopFileSystems=s3a://bucket_name  or   DL--Manage Access-- IDBroker Mappings -- edit -- It was given the Data Access Role.  DH --Manage Access-- Assigned your self required roles    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-11-2022
	
		
		01:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							            To get the number of vcores and memory used for a particular queue in the cluster 
You can get this information in the cluster utilization report, please go through the below doc for more information:
https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/admin_cluster_util_report.html
Also, if you want to see the resources used for each application, please go through the below KB article:
https://my.cloudera.com/knowledge/How-to-calculate-memory-and-v-core-utilization-for-each-of-the?id=...  another option is  Using yarn application -status command, you can get the Aggregate Resource Allocation for an application.  For e.g.  yarn application -status application_ID (for one of completed applications), one of the rows returned is:  Aggregate Resource Allocation : 46641 MB-seconds, 37 vcore-seconds  This gives an aggregate memory and CPU allocations in seconds.                        https://my.cloudera.com/knowledge/How-to-calculate-memory-and-v-core-utilization-for-each-of-the?id=...            
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-24-2022
	
		
		04:59 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @shadma-1      Just wanted to check if you have any further queries related to the replication manager.     Was your question answered? Make sure to mark the answer as the accepted solution.  If you find a reply useful, say thanks by clicking on the thumbs up button 🙂 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		03-24-2022
	
		
		04:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @grlzz,      We already have a feature related to this, please find the below feature improvement id:  1- DSE-13091  You can contact the account team if you would like to get updates on the JIRA.     Was your question answered? Make sure to mark the answer as the accepted solution.  If you find a reply useful, say thanks by clicking on the thumbs up button. 
						
					
					... View more