chihsuan commented on code in PR #447:
URL: https://github.com/apache/ozone-site/pull/447#discussion_r3298335600
##########
docs/05-administrator-guide/02-configuration/01-basic/02-environment-variables.md:
##########
@@ -36,9 +39,18 @@ These environment variables apply only to certain Ozone
services or roles.
| `OZONE_DATANODE_OPTS`| (empty) | Specifies Java
properties for Datanodes.
|
| `OZONE_S3G_OPTS` | (empty) | Specifies Java
properties for the S3 Gateway.
|
| `OZONE_RECON_OPTS` | (empty) | Specifies Java
properties for the Recon server.
|
+| `OZONE_HTTPFS_OPTS`| (empty) | Specifies Java
properties for the HttpFS Gateway.
|
+| `OZONE_CSI_OPTS` | (empty) | Specifies Java
properties for the CSI server.
|
+| `OZONE_SH_OPTS` | (empty) | Specifies Java
properties for the `ozone sh` command.
|
+| `OZONE_FS_OPTS` | (empty) | Specifies Java
properties for the `ozone fs` command.
|
+| `OZONE_ADMIN_OPTS` | (empty) | Specifies Java
properties for the `ozone admin` command.
|
+| `OZONE_DEBUG_OPTS` | (empty) | Specifies Java
properties for the `ozone debug` command.
|
+| `OZONE_FREON_OPTS` | (empty) | Specifies Java
properties for the `ozone freon` command.
|
+| `OZONE_VAPOR_OPTS` | (empty) | Specifies Java
properties for the `ozone vapor` command.
|
+| `OZONE_DAEMON_JSVC_EXTRA_OPTS`| (none) | Extra arguments
passed to `jsvc` when launching secure (privileged) daemons.
|
:::note HttpFS Gateway Configuration
-The HttpFS Gateway does not use an `OZONE_HTTPFS_OPTS` variable. Its specific
JVM properties must be added to the global `OZONE_OPTS` variable.
+The HttpFS Gateway supports a dedicated `OZONE_HTTPFS_OPTS` variable, just
like the other daemons. Any JVM properties set in `OZONE_HTTPFS_OPTS` are
folded into `OZONE_OPTS` when the gateway starts, so you no longer need to add
them to the global `OZONE_OPTS` variable.
:::
Review Comment:
Removed the section in f1dbf7806
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]