[
https://issues.apache.org/jira/browse/HIVE-28405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Smruti Biswal updated HIVE-28405:
---------------------------------
Description:
In HiveConf.java the default time unit for hive.repl.cm.retain is DAYS.
But in metastoreConf the default unit is HOUR. If one sets '10' in both, the
actual values are going to be different.
Change the unit in HiveConf.REPL_CM_RETAIN. The value remains the same 240H=10d
was:
In HiveConf.java the default time unit for hive.repl.cm.retain is DAYS.
But in metastoreConf the default unit is HOUR. If one sets '10' in both, the
actual values are going to be different.
Change the default value and unit inĀ
> metastore.repl.cm.retain and HiveConf.REPL_CM_RETAIN interpret unit-less
> values with different time units
> ---------------------------------------------------------------------------------------------------------
>
> Key: HIVE-28405
> URL: https://issues.apache.org/jira/browse/HIVE-28405
> Project: Hive
> Issue Type: Task
> Components: Standalone Metastore
> Reporter: Smruti Biswal
> Assignee: Smruti Biswal
> Priority: Minor
> Labels: pull-request-available
>
> In HiveConf.java the default time unit for hive.repl.cm.retain is DAYS.
> But in metastoreConf the default unit is HOUR. If one sets '10' in both, the
> actual values are going to be different.
> Change the unit in HiveConf.REPL_CM_RETAIN. The value remains the same
> 240H=10d
--
This message was sent by Atlassian Jira
(v8.20.10#820010)