-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: tez-branch
-
Component/s: tez
-
Labels:None
-
Hadoop Flags:Reviewed
From the first vertex (left table load) to the intermediate vertex that does the partitioning of the keys based on the SkewedPartitionerTez, use ONE_TO_ONE Tez edge and unsorted output and input instead of using a shuffle edge. Also replace the POPackage->POForEach->POLocalRearrange in intermediate vertex with POIdentityInOutTez.