slfan1989 commented on PR #5289:
URL: https://github.com/apache/hadoop/pull/5289#issuecomment-1379748561

   @goiri @brumi1024 
   
   Code modification instructions are as follows:
   
   1.Modify the `pattern` and add `%` to identify attributes containing `%s`.
   `yarn.nodemanager.aux-services.%s.classpath` and 
`yarn.nodemanager.aux-services.%s.system-classes` can be identified.
   
   2.There are some properties in `YarnConfiguration` containing %s, but these 
properties do not exist in yarn-site.xml, this part of properties, I will add 
them to `configurationPropsToSkipCompare`.
   
   The attribute information is as follows:
   ```
   yarn.log-aggregation.%s.remote-app-log-dir
   yarn.log-aggregation.%s.remote-app-log-dir-suffix
   yarn.log-aggregation.file-controller.%s.class
   yarn.nodemanager.aux-services.%s.class
   yarn.nodemanager.health-checker.%s.interval-ms
   yarn.nodemanager.health-checker.%s.opts
   yarn.nodemanager.health-checker.%s.path
   yarn.nodemanager.health-checker.%s.timeout-ms
   yarn.nodemanager.aux-services.%s.remote-classpath
   yarn.nodemanager.runtime.linux.%s.class
   ```
   


-- 
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]

Reply via email to