kevinrr888 opened a new issue, #4095: URL: https://github.com/apache/accumulo/issues/4095
**Is your feature request related to a problem? Please describe.** InstanceOperations does not have a method to get a non-merged view of the system config like TableOperations and NamespaceOperations have. TableOperations and NamespaceOperations have getTableProperties() and getNamespaceProperties() which return a non-merged view (Table and Namespace level only, respectively). InstanceOperations should have a similar method for consistency. **Describe the solution you'd like** Add method getSystemProperties() to InstanceOperations. **Additional context** Brought about from https://github.com/apache/accumulo/pull/4077 -- 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]
