ptlrs opened a new pull request, #9152: URL: https://github.com/apache/ozone/pull/9152
## What changes were proposed in this pull request? When the properties are read by the internal hadoop libraries from the config files, they return a simple hashmap of keys and values. It maybe more complex to update that code to also return descriptions. As a workaround, we reads the config files and extract the configuration descriptions separately. This PR: 1. Reads config files and extracts the configuration descriptions 2. Returns a JSON with the descriptions 3. Updates the javascript template to set the description field 4. Adds monospace font for keys and values to improve readability Note: You may need to disable the cache from developer tools to see the effect of these changes locally. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-499 ## How was this patch tested? CI: https://github.com/ptlrs/ozone/actions/runs/18490389759 <img width="1727" height="489" alt="Screenshot 2025-10-14 at 1 37 13 AM" src="https://github.com/user-attachments/assets/d93c1255-9a68-4531-b714-bc91d0fef4a2" /> <img width="1728" height="573" alt="Screenshot 2025-10-14 at 1 37 37 AM" src="https://github.com/user-attachments/assets/e7a9110d-0b5b-4262-afe7-c8c66224616e" /> -- 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]
