Member since 
    
	
		
		
		12-18-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                109
            
            
                Posts
            
        
                5
            
            
                Kudos Received
            
        
                8
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 2118 | 07-26-2022 06:01 PM | |
| 3585 | 06-21-2022 06:38 PM | |
| 3255 | 10-28-2021 06:29 PM | |
| 1558 | 10-25-2021 11:55 PM | |
| 4162 | 10-25-2021 07:31 PM | 
			
    
	
		
		
		10-07-2021
	
		
		10:43 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @MikeB   To resolve this issue, configure Hive Metastore to use SerdeStorageSchemaReader implementation:   Go to Ambari > Hive > Config > Custom hive-site.   Set the following property to configure Hive Metastore:  metastore.storage.schema.reader.impl=org.apache.hadoop.hive.metastore.SerDeStorageSchemaReader  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-21-2021
	
		
		06:40 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @drgenious   You can find the impala memory consumption in the "impala_memory_total_used" chart.  In Cm -> impala -> charts library -> impala_memory_total_used 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		09-14-2021
	
		
		10:34 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 @Sayed016   Can you set the property below and try to rerun the query.  set hive.fetch.task.conversion=none;    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-23-2021
	
		
		06:36 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Amn_468  
 Please refer the below Knowledge base article for heap memory calculation.  
 https://lighthouse.cloudera.com/s/article/Impaladembeddedjvmheapsize-has-a-default-value-of-32-GB-after-upgrading-to-CDH-516https://my.cloudera.com/knowledge/Impaladembeddedjvmheapsize-has-a-default-value-of-32-GB-after?id=278279 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-01-2021
	
		
		06:24 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Gcima009   Please follow below steps to install oozie sharelib.  Stop Oozie Service.  Go to --> Cloudera Manager --> Oozie --> Actions --> Click on Install Oozie Sharelib  Restart Oozie.    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-21-2021
	
		
		07:09 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @MattSchmitz   Please check the permission for the Log directory. you can find the log location in LogPath. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-13-2021
	
		
		11:41 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @ryu      Please refer below doc for query failed with this error Result fetch timed out in hive view.     https://community.cloudera.com/t5/Community-Articles/How-to-fix-ambari-Hive-View-1-5-2-0-Result-fetch-timed-out/ta-p/244965 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-06-2021
	
		
		09:01 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @ryu  Please refer below doc for enable ranger Authorization for hive LLAP.  https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.0.1/securing-hive/content/hive_secure_llap_in_hiveserver.html    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		01-22-2021
	
		
		12:23 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @mike_bronson7Please refer below KB article for this issue  https://my.cloudera.com/knowledge/StandBy-NameNode-fails-to-start-Error-shows--?id=271605 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		11-23-2020
	
		
		08:37 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @JoSam   Please refer below doc to clean old queries.  https://docs.cloudera.com/HDPDocuments/DAS/DAS-1.4.4/operations/content/das_postgres_db_cleanup.html    Can I delete this table?  select pg_size_pretty(pg_total_relation_size('query_details')); -- run this query to check the table size.  truncate table das.query_details CASCADE; -- run this command to truncate the table data. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
 - Next »