abstractdog commented on code in PR #5054:
URL: https://github.com/apache/hive/pull/5054#discussion_r1494118910
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5508,6 +5508,17 @@ public static enum ConfVars {
LLAP_TASK_TIME_SUMMARY(
"hive.llap.task.time.print.summary", false,
"Display queue and runtime of tasks by host for every query executed
by the shell."),
+
+ LLAP_LOCAL_DIR_CLEANER_CLEANUP_INTERVAL(
+ "hive.llap.local.dir.cleaner.cleanup.interval", "7200s", new
TimeValidator(TimeUnit.SECONDS),
+ "Interval by which the LocalDirCleaner service in LLAP daemon checks for
stale/old files. \n" +
+ "Under normal circumstances, local files are cleaned up properly, so
it's not recommended to \n" +
+ "set this more frequent than a couple of hours. Default is 2 hours."),
+
LLAP_LOCAL_DIR_CLEANER_FILE_MODIFY_TIME_THRESHOLD("hive.llap.local.dir.cleaner.file.modify.time.threshold",
"86400s",
Review Comment:
makes sense, I can change it to hour as default unit
--
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]