Skip to content

Commit

Permalink
路径转换hook使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyx committed Jul 10, 2024
1 parent fd9368d commit 924a061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PathConversion hook使用.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ PathConvertMetastoreFilter是一个实现了hive 3.X MetaStoreFilterHook接口
| configuration-properties.waggledance.hook.path.replacement.enabled | true or false,是否启用路径转换钩子,默认为false。 | false |

### 配置路径转换规则:可配置多组
| Property | Description | Default |
|-----------------------------------------------|----------------------------------------------------------------------------------------|-----------------------------|
| configuration-properties.waggledance.hook.path.replacement.regex.<ruleName> | Defined regex patterns to check for replacement. Requires matching value. | [] |
| configuration-properties.waggledance.hook.path.replacement.value.<ruleName> | Defined value patterns to check for replacement. Requires matching regex. | [] |
| configuration-properties.waggledance.hook.path.replacement.capturegroups.<ruleName> | (Optional) Comma delimited list of capture group indexes to use for regex replacement. | [1] |
| Property | Description | Default |
|--------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|-----------------------------|
| configuration-properties.waggledance.hook.path.replacement.regex.$ruleName | Defined regex patterns to check for replacement. Requires matching value. | [] |
| configuration-properties.waggledance.hook.path.replacement.value.$ruleName | Defined value patterns to check for replacement. Requires matching regex. | [] |
| configuration-properties.waggledance.hook.path.replacement.capturegroups.$ruleName | (Optional) Comma delimited list of capture group indexes to use for regex replacement. | [1] |

## 举例
primary-meta-store:
Expand Down

0 comments on commit 924a061

Please sign in to comment.