Member since 
    
	
		
		
		09-15-2020
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                243
            
            
                Posts
            
        
                19
            
            
                Kudos Received
            
        
                7
            
            
                Solutions
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 2773 | 11-08-2024 08:45 PM | |
| 1547 | 02-22-2024 02:53 AM | |
| 839 | 02-21-2024 06:55 AM | |
| 1591 | 02-20-2024 09:20 AM | |
| 946 | 02-15-2024 08:05 AM | 
			
    
	
		
		
		02-15-2024
	
		
		08:05 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi @Hae   You may refer below document to generate authentication token and access HUE API  https://docs.cloudera.com/data-warehouse/cloud/managing-warehouses/topics/dw-jwt-generate-token-later.html  https://docs.gethue.com/developer/api/rest/  Let us know if this helps! 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-15-2024
	
		
		07:54 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @drgenious   Login to HUE Web UI   Go to Documents Page  Right Click the Document associated with your Workflow, Use Download option to export the workflow 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-15-2024
	
		
		07:09 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @skasireddy , you may use below property in the workflow.xml  oozie.launcher.mapred.job.priority=VERY_HIGH  Let us know if this helps. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-15-2024
	
		
		06:44 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @lbourgeois   Can you try creating table using CREATE EXTERNAL TABLE command.  Let us know if this works 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-15-2024
	
		
		01:46 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 HI @echodot   Did you try to execute refresh command on table -->  jmaster.hivetesttable.  Does same error persist, after executing refresh command?  If the problem still persist, then execute below steps for confirming that the file is valid.       --> Download the partition or file in local disk.  --> Execute below command to validate the file   parquet-tools meta <full_path_to_file_name_in_the_local_disk>         
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-13-2024
	
		
		11:19 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi @ipson   Please check table schema and verify if ('external.table.purge'='true') property is set using S  This property controls how DROP TABLE and ALTER TABLE works.  In case it is not present, then add this property for the required table( issue the ALTER TABLE stmt twice)    ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');
ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');    The first invocation sets the property in HMS. The second one persists it to Iceberg metadata.  Let me know if this helps. 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		02-07-2024
	
		
		01:02 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 In CDW it seems we are not storing the audit data in Impala logs.  Please check if the Ranger Audit logs, help you with required information   https://docs.cloudera.com/runtime/7.2.17/security-ranger-auditing/topics/security-ranger-audit-managing.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-25-2021
	
		
		08:18 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 @dv_conan      It seems that Tez tar file is not uploaded to HDFS.  Can you try and manually upload the Tez tar file to HDFS manually     Go to CM  -> Tez  -> Actions  -> "Upload Tez tar file to HDFS.     Let us know if resolves your issue    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-24-2021
	
		
		08:48 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 Hi @Priyabrat      Please refer below Doc[1], Ambari 2.7.5 supports only HDP-3.1.5 and HDF-3.2.0 and for Ambari 2.7.5 the software requirements are mentioned in doc[2]  [1]https://docs.cloudera.com/HDPDocuments/Ambari-2.7.5.0/bk_ambari-installation/content/determine_product_interop.html     [2]https://docs.cloudera.com/HDPDocuments/Ambari-2.7.5.0/bk_ambari-installation/content/mmsr_software_reqs.html 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		08-24-2021
	
		
		08:35 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hi @dv_conan      As you have mentioned that hiveserver2 of hive-on-tez is stopping frequently. This seems to be the cause of this error, as this message indicates that Hive Server is down or HUE Can't reach the server.     Please check Hive server logs to see why the hiveserver2 on hive-on-tez is failing frequently.    
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		- « Previous
- Next »
 
        













