symious opened a new pull request #1788: URL: https://github.com/apache/ozone/pull/1788
…er setup ## What changes were proposed in this pull request? - Add the option of "--security" to the tool of "genconf". ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2212 ## How was this patch tested? Manually tested. The usage of the tool is now as follows. ``` Usage: ozone genconf [-hV] [--security] [--verbose] [-conf=<configurationPath>] [-D=<String=String>]... <path> Tool to generate template ozone-site.xml <path> Directory path where ozone-site file should be generated. --security Generate security config. --verbose More verbose output. Show the stack trace of the errors. -conf=<configurationPath> -D, --set=<String=String> -h, --help Show this help message and exit. -V, --version Print version information and exit. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
