illiabarbashov-sketch commented on code in PR #6456:
URL: https://github.com/apache/hive/pull/6456#discussion_r3318147597
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -1737,6 +1737,11 @@ public static enum ConfVars {
"How many rows in the right-most join operand Hive should buffer
before emitting the join result."),
HIVE_JOIN_CACHE_SIZE("hive.join.cache.size", 25000,
"How many rows in the joining tables (except the streaming table)
should be cached in memory."),
+ HIVE_MERGE_JOIN_SKEW_THRESHOLD("hive.merge.join.skew.threshold", -1L,
+ "Maximum number of rows allowed per join key in a single Tez
sort-merge join task before a "
+ + "skew event is reported."),
+ HIVE_MERGE_JOIN_SKEW_ABORT("hive.merge.join.skew.abort", false,
+ "When set to true and the row count is equal to
hive.merge.join.skew.threshold, the Tez task will be aborted."),
Review Comment:
removed
--
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]