keith-turner commented on code in PR #3189:
URL: https://github.com/apache/accumulo/pull/3189#discussion_r1099485642
##########
server/base/src/main/java/org/apache/accumulo/server/ServerOpts.java:
##########
@@ -27,6 +28,17 @@ public class ServerOpts extends ConfigOpts {
@Parameter(names = {"-a", "--address"}, description = "address to bind to")
private String address = null;
+ @Parameter(required = false, names = {"-g", "--group"},
Review Comment:
Adding this option to server types where it does not do anything seems
confusing to me. Like I can start a manager with the option, but it will not
have any effect. Scoping it to only the tserver and scan server seems less
confusing to me.
--
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]