ryukobayashi commented on code in PR #5380:
URL: https://github.com/apache/hive/pull/5380#discussion_r1737599373
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -2012,6 +2012,9 @@ public static enum ConfVars {
"Set to 1 to make sure hash aggregation is never turned off."),
HIVE_MAP_AGGR_HASH_MIN_REDUCTION_LOWER_BOUND("hive.map.aggr.hash.min.reduction.lower.bound",
(float) 0.4,
"Lower bound of Hash aggregate reduction filter. See also:
hive.map.aggr.hash.min.reduction"),
+
HIVE_MAP_AGGR_HASH_FLUSH_SIZE_PERCENT("hive.map.aggr.hash.flush.size.percent",
(float) 0.1,
+ "Percentage of hash table entries to flush in map-side group
aggregation.\n" +
+ "Flushes the specified percentage in map-side group aggregation hash
table."),
Review Comment:
Oh OK, done.
--
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]