Manno15 commented on a change in pull request #2247:
URL: https://github.com/apache/accumulo/pull/2247#discussion_r696762107
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/admin/InstanceOperations.java
##########
@@ -46,6 +46,24 @@
void setProperty(final String property, final String value)
throws AccumuloException, AccumuloSecurityException;
+ /**
+ * Sets several system properties. Tablet servers will pull these settings
and override the
Review comment:
Not a big fan of the first sentence but unsure on what would be better.
Maybe something along the lines of:
```suggestion
* Sets a map of system properties. Tablet servers will pull these
settings and override the
```
or
```suggestion
* Sets multiple system properties. Tablet servers will pull these
settings and override the
```
--
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]