This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 241cb13e22 HDDS-9300. Instruct admins to use OZONE_MANAGER_CLASSPATH
for RangerOzoneAuthorizer (#5309)
241cb13e22 is described below
commit 241cb13e22b85c44ec1e5725e1f85fa0e9c506fc
Author: Siyao Meng <[email protected]>
AuthorDate: Sat Sep 23 11:14:21 2023 -0700
HDDS-9300. Instruct admins to use OZONE_MANAGER_CLASSPATH for
RangerOzoneAuthorizer (#5309)
---
hadoop-hdds/docs/content/security/SecurityWithRanger.md | 2 +-
hadoop-hdds/docs/content/security/SecurityWithRanger.zh.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-hdds/docs/content/security/SecurityWithRanger.md
b/hadoop-hdds/docs/content/security/SecurityWithRanger.md
index 779183f828..bbbd8c19f3 100644
--- a/hadoop-hdds/docs/content/security/SecurityWithRanger.md
+++ b/hadoop-hdds/docs/content/security/SecurityWithRanger.md
@@ -48,7 +48,7 @@ ozone.acl.authorizer.class|
org.apache.ranger.authorization.ozone.authorizer.Ran
To use the RangerOzoneAuthorizer, you also need to add the following
environment variables to ozone-env.sh:
```bash
-export OZONE_CLASSPATH="${OZONE_HOME}/share/ozone/lib/libext/*"
+export OZONE_MANAGER_CLASSPATH="${OZONE_HOME}/share/ozone/lib/libext/*"
```
* The location of the ranger-ozone-plugin jars depends on where the Ranger
Plugin is installed.
* If the ranger-ozone-plugin jars is installed on another node, copy it to the
Ozone installation directory.
diff --git a/hadoop-hdds/docs/content/security/SecurityWithRanger.zh.md
b/hadoop-hdds/docs/content/security/SecurityWithRanger.zh.md
index b34113415d..b7c7b8721b 100644
--- a/hadoop-hdds/docs/content/security/SecurityWithRanger.zh.md
+++ b/hadoop-hdds/docs/content/security/SecurityWithRanger.zh.md
@@ -39,7 +39,7 @@ ozone.acl.authorizer.class|
org.apache.ranger.authorization.ozone.authorizer.Ran
为了使用 RangerOzoneAuthorizer,还需要在 ozone-env.sh 中增加下面环境变量:
```bash
-export OZONE_CLASSPATH="${OZONE_HOME}/share/ozone/lib/libext/*"
+export OZONE_MANAGER_CLASSPATH="${OZONE_HOME}/share/ozone/lib/libext/*"
```
* ranger-ozone-plugin jars 具体路径取决于 Ranger Ozone plugin 安装配置。
* 如果 ranger-ozone-plugin jars 安装在其他节点,需要拷贝到 Ozone 安装目录。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]