From bd3079ba4b41270f2346b0e7da12d3be7008b7a8 Mon Sep 17 00:00:00 2001 From: chengpeiming Date: Thu, 5 Sep 2024 14:34:45 +0800 Subject: [PATCH] [KYUUBI #6671] [DOC] Fix typo in ENGINE SHARE LEVEL docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— ## Describe Your Solution ๐Ÿ”ง fix the typo in ENGINE SHARE LEVEL docs ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6671 from pionCham/fix-typos. Closes #6671 7dfbd4036 [chengpeiming] Fixed typo in ENGINE SHARE LEVEL docs Authored-by: chengpeiming Signed-off-by: liangbowen --- docs/deployment/engine_share_level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/engine_share_level.md b/docs/deployment/engine_share_level.md index 7a11260bd..8e6c210ef 100644 --- a/docs/deployment/engine_share_level.md +++ b/docs/deployment/engine_share_level.md @@ -112,7 +112,7 @@ Here is an example to configure `HadoopGroupProvider` to use LDAP-based group ma 1. Add the properties shown in the example below to the `core-site.xml` file. You will need to provide the value for the bind user, the bind password, and other properties specific to your LDAP instance, and make sure that object class, user, and group filters match the values specified in your LDAP instance. ```xml - hadoop.security.group.mapping org.apache.hadoop.security.LdapGroupsMapping