Updated hive documentation
This commit is contained in:
parent
507baf9be5
commit
ebdf8352af
|
|
@ -119,7 +119,8 @@ Please see the [Hive Security Configuration](./hive-security.md) section for a m
|
|||
| `hive.auto-vacuum-enabled` | Enable auto-vacuum on Hive tables. To enable auto-vacuum on engine side, add `auto-vacuum.enabled=true` in config.properties of coordinator node(s). | `false` |
|
||||
| `hive.vacuum-delta-num-threshold` | Maximum number of delta directories to allow without compacting it. Minimum value is 2. | 10 |
|
||||
| `hive.vacuum-delta-percent-threshold` | Maximum percent of delta directories to allow without compacting it. Value should be in range 0.1 to 1.0 | 0.1 |
|
||||
| `hive.vacuum-cleanup-recheck-interval` | Interval after which vacuum cleanup task will be resubmitted. | `1 Minute` |
|
||||
| `hive.vacuum-cleanup-recheck-interval` | Interval after which vacuum cleanup task will be resubmitted. | `5 Minutes` |
|
||||
| `hive.vacuum-collector-interval` | Interval after which vacuum collector task will be resubmitted. | `5 Minutes` |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue