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 | |
| 3254 | 10-28-2021 06:29 PM | |
| 1558 | 10-25-2021 11:55 PM | |
| 4162 | 10-25-2021 07:31 PM | 
			
    
	
		
		
		11-03-2022
	
		
		11:13 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @chengxi Can you share the stack trace before the SHUTDOWN_MSG in hive. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-30-2022
	
		
		11:58 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Anjaliwbmd can you please share the cluster version ?  Does the issue user have admin privilege ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		10-07-2022
	
		
		06:02 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Anjaliwbmd  You mean the issue user unable to see "Workflows, Schedules" tabs hue ? 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-26-2022
	
		
		06:01 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @newbieoneWas the above query working fine in hs2(beeline) ? If yes then you can use the oozie-hive action to run the query.  Refer: https://community.cloudera.com/t5/Community-Articles/Oozie-Hive-2-Action-in-a-Kerberized-cluster/ta-p/248913 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-26-2022
	
		
		05:55 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @learner1 Can you please set the below property value in yarn and try to rerun the query.  mapreduce.framework.name=yarn  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-01-2022
	
		
		06:51 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Asim-   Please refer below doc to schedule oozie job.  https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/configuring-oozie/topics/oozie-scheduling-examples.html  Let me now if you have any concerns. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		07-01-2022
	
		
		11:22 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @Meshal Thanks for your response.  please check how the table was created in both clusters? Run show create table and compare the output.  Solution:  you can get a patch for this IMPALA-7087 in CDH 6.3.3 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-27-2022
	
		
		06:06 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @MeshalYou are hitting the below bug.  https://issues.apache.org/jira/browse/IMPALA-7087  Let me know if you have any concerns. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-22-2022
	
		
		08:13 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @drgenious  In hue -> issue workflow -> click gear icon -> retry interval   Let me know if you have any concerns. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		06-21-2022
	
		
		06:38 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello @drgenious   Please use the below line to retry the workflow.     <action name="a" retry-max="2" retry-interval="1">  Refer : https://oozie.apache.org/docs/3.3.0/WorkflowFunctionalSpec.html#a18_User-Retry_for_Workflow_Actions_since_Oozie_3.1     Let me know if it helps. 
						
					
					... View more