Member since 
    
	
		
		
		05-16-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                4
            
            
                Posts
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		09-17-2018
	
		
		10:41 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 In the Tez mode of
execution of Informatica Mappings on HDP 2.6 cluster, I observed that the
property “mapreduce.job.maps” and “mapreduce.job.reduces” present
in the Configuration of a job run on Hive in Tez mode fetches the wrong values
as compared to the one in Mapreduce mode.  For a large set of data,  In
MR mode the values are,  mapreduce.job.maps: 3  
mapreduce.job.reduces: 0  While
for Tez it is,  mapreduce.job.maps: 2  
mapreduce.job.reduces: 6  But the DAG Graphical view shows that there are 3 mappers.          There is a discrepancy in the value of “mapreduce.job.reduces”
property in the Tez UI as well.          We are unable to find an equivalent property in the Tez
configurations that is correctly populated with the number of mappers and
reducers.  
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
		
			
				
						
							Labels:
						
						
		
			
	
					
			
		
	
	
	
	
				
		
	
	
- Labels:
 - 
						
							
		
			Apache Hadoop
 - 
						
							
		
			Apache Tez
 
			
    
	
		
		
		05-16-2018
	
		
		12:59 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Please use ambari repo location :  wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.6.1.5/ambari.repo -O /etc/yum.repos.d/ambari.repo 
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		
			
    
	
		
		
		05-16-2018
	
		
		12:59 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I had similar issue and fixed with the following ambari repo.  wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.6.1.5/ambari.repo -O /etc/yum.repos.d/ambari.repo 
						
					
					... View more