adoroszlai commented on code in PR #10910:
URL: https://github.com/apache/ozone/pull/10910#discussion_r3688824595
##########
hadoop-ozone/dist/src/shell/ozone/ozone:
##########
@@ -302,6 +302,7 @@ function ozone_suppress_shell_log
OZONE_LOGLEVEL=OFF
OZONE_ROOT_LOGGER="${OZONE_LOGLEVEL},console"
OZONE_OPTS="${OZONE_OPTS} -Dslf4j.internal.verbosity=ERROR"
+
OZONE_OPTS="-Djava.util.logging.config.file='${OZONE_CONF_DIR}/shell-logging.properties'
${OZONE_OPTS}"
Review Comment:
The quote works fine, protects the value if `${OZONE_CONF_DIR}` has spaces.
Unfortunately `ozone` and `ozone-functions.sh` fail elsewhere due to other
missing quotes (independently from this change).
--
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]