I want to know the difference btw hive with tez and pig with tez. why in hive with tez numbers of maps and reducer used can be seen in the console but in pig we can see only number of tasks launched. why
How to calculate reducers launched in pig with tez...........
How to calculate reducers launched in hive with MR.
Based on the default configuration i believe that number of reducer launched in hive with MR is based on the data size
when i did distinct operation in Hive with MR it uses 3 Mapper and 7 reducer the data size was just 426 MB. and the job ran as a single job.
How reducers are calculated in Hive with MR, Hive with Tez, PIg with Tez/