DomGarguilo opened a new pull request #2247: URL: https://github.com/apache/accumulo/pull/2247
Fixes #2244 These changes add a `setProperties` method to InstanceOperations. There are many places in the code that set multiple properties one after another each with its own call to `setProperty`. This change may make the code cleaner by allowing multiple properties to be set with a single call using a map of properties. Not sure if this is a change we want to make, just thought I'd give it a shot. If this is merged, I'll create a follow on ticket to find and convert places in the code that may benefit from this. -- 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]
