Member since 
    
	
		
		
		04-08-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                7
            
            
                Posts
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		04-09-2016
	
		
		12:49 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							You're right about 5 impalad nodes. With 10 nodes, insert operations make 10 parquet files and file sizes reduce to 50% ?  Any method to merge files into one?
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		04-08-2016
	
		
		03:22 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Similar problem, unsolved !     Create an unpartitioned table stored as parquet, then insert overwrite the table with select from an old partitioned table.     The new unpartitioned table contained 5 .parq files ( size in 70~80kb).     Why?    
						
					
					... View more