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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org