[KYUUBI #6671] [DOC] Fix typo in ENGINE SHARE LEVEL docs
# 🔍 Description ## Issue References 🔗 ## Describe Your Solution 🔧 fix the typo in ENGINE SHARE LEVEL docs ## Types of changes 🔖 - [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 ⚰️ #### Behavior With This Pull Request 🎉 #### 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 <chengpeiming@gf.com.cn> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
This commit is contained in:
parent
96c5632e1e
commit
bd3079ba4b
@ -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
|
||||
<property
|
||||
<property>
|
||||
<name>hadoop.security.group.mapping</name>
|
||||
<value>org.apache.hadoop.security.LdapGroupsMapping</value>
|
||||
</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user