[
https://issues.apache.org/jira/browse/HIVE-25672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohan Nimmagadda updated HIVE-25672:
------------------------------------
Description:
Added below properties in hive-site, but it's not enforced to auto purging.
When we run show compaction command it takes forever and returns billions of
rows.
Result of show compaction command :
{code:java}
752,450 rows selected (198.066 seconds)
{code}
{code:java}
hive.compactor.history.retention.succeeded": "10",
"hive.compactor.history.retention.failed": "10",
"hive.compactor.history.retention.attempted": "10",
"hive.compactor.history.reaper.interval": "10m" {code}
was:
Added below properties in hive-site , but its not enforcing to auto purging.
When we run show compaction command it takes forever and returns billions of
rows.
Result of show compaction command :
{code:java}
752,450 rows selected (198.066 seconds) {code}
{code:java}
hive.compactor.history.retention.succeeded": "10",
"hive.compactor.history.retention.failed": "10",
"hive.compactor.history.retention.attempted": "10",
"hive.compactor.history.reaper.interval": "10m" {code}
> Hive isn't purging older compaction entries from show compaction command
> ------------------------------------------------------------------------
>
> Key: HIVE-25672
> URL: https://issues.apache.org/jira/browse/HIVE-25672
> Project: Hive
> Issue Type: Bug
> Components: Hive, Metastore, Transactions
> Affects Versions: 3.1.1
> Reporter: Rohan Nimmagadda
> Priority: Minor
>
> Added below properties in hive-site, but it's not enforced to auto purging.
> When we run show compaction command it takes forever and returns billions of
> rows.
> Result of show compaction command :
> {code:java}
> 752,450 rows selected (198.066 seconds)
> {code}
> {code:java}
> hive.compactor.history.retention.succeeded": "10",
> "hive.compactor.history.retention.failed": "10",
> "hive.compactor.history.retention.attempted": "10",
> "hive.compactor.history.reaper.interval": "10m" {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)