mayankkunwar commented on code in PR #5707:
URL: https://github.com/apache/hive/pull/5707#discussion_r2006738755
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java:
##########
@@ -451,6 +452,8 @@ protected void convertMapJoinToBucketMapJoin(
// successfully convert to bucket map join
desc.setBucketMapJoin(true);
+ // Disabling TEZ_AUTO_REDUCER_PARALLELISM until TEZ-4603 is fixed.
+
context.getConf().setBoolVar(HiveConf.ConfVars.TEZ_AUTO_REDUCER_PARALLELISM,
false);
Review Comment:
I see. Will remove it this conf from here. Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]