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.
![92466-dag.png 92466-dag.png](https://community.cloudera.com/t5/image/serverpage/image-id/18514i1835E9CE44A073A2/image-size/medium?v=v2&px=400)
![92465-tez-ui.png 92465-tez-ui.png](https://community.cloudera.com/t5/image/serverpage/image-id/18515iD4626FBAC6BB6E31/image-size/medium?v=v2&px=400)
There is a discrepancy in the value of “mapreduce.job.reduces”
property in the Tez UI as well.
![92467-tez-ui.png 92467-tez-ui.png](https://community.cloudera.com/t5/image/serverpage/image-id/18516i9B94752D22CB6C67/image-size/medium?v=v2&px=400)
![]()
We are unable to find an equivalent property in the Tez
configurations that is correctly populated with the number of mappers and
reducers.