pvary commented on code in PR #3365:
URL: https://github.com/apache/hive/pull/3365#discussion_r904660680


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5613,7 +5613,12 @@ public static enum ConfVars {
 
     HIVE_ADDITIONAL_CONFIG_FILES("hive.additional.config.files", "",
             "The names of additional config files, such as ldap-site.xml," +
-                    "tez-site.xml, etc in comma separated list.");
+                    "tez-site.xml, etc in comma separated list."),
+
+    REPL_FILTER_TRANSACTIONS("hive.repl.filter.transactions", false,

Review Comment:
   Maybe add something more about not dumping open transaction events?
   
   ```
   "Enable transaction event filtering to save dump space.\n" +
                       "When true, open transaction evens are not dumped and 
transactions are implicitly opened during REPL DUMP.\n" +
                       "The default setting is false"
   ```



-- 
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]

Reply via email to