adoroszlai commented on code in PR #3864:
URL: https://github.com/apache/ozone/pull/3864#discussion_r1004097200
##########
hadoop-ozone/dist/src/shell/ozone/ozone-functions.sh:
##########
@@ -2512,6 +2525,23 @@ function ozone_parse_args
ozone_exit_with_usage 1
fi
;;
+ --validate)
+ shift
+ OZONE_VALIDATE_CLASSPATH=true
+ if [[ "${1}" == "classpath" || "${1}" == "--daemon" ]]; then
+ ((OZONE_PARSE_COUNTER=OZONE_PARSE_COUNTER+1))
+ elif [[ "${1}" == "continue" && "${2}" == "--daemon" ]]; then
Review Comment:
However, the first part my comment still stands, `--daemon` and `--validate`
are both options of `ozone`, could be in any order.
--
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]