vtutrinov opened a new pull request, #6713: URL: https://github.com/apache/ozone/pull/6713
## What changes were proposed in this pull request? Ozone's services startup scripts (e.g. ozone-functions.sh) require the log4j.properties config files to be in $OZONE_CONF_DIR. If the config file isn't there the **OZONE_CONF_DIR** env variable will be overridden as $OZONE_HOME/etc/hadoop (but all of the required and properly filled configurations files are in the previous location). The PR suggests changing the requirement from **log4j.properties** to **ozone-site.xml** configuration file (at least SCM can't start without some mandatory conf properties inside, but all of the ozone's services can work without logger config (we won't see any log message, but the service will work anyway) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10898 ## How was this patch tested? manually (mvn build and docker-compose up, + number of commands to deal with ozone cluster: create bucket, put key, get key), a green build is here - https://github.com/vtutrinov/ozone/actions/runs/9188563850 -- 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]
