cshannon commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r914932008
##########
core/src/main/java/org/apache/accumulo/core/client/admin/NamespaceOperations.java:
##########
@@ -230,6 +234,9 @@ default Iterable<Entry<String,String>> getProperties(String
namespace)
Map<String,String> getConfiguration(String namespace)
throws AccumuloException, AccumuloSecurityException,
NamespaceNotFoundException;
+ Map<String,String> getNamespaceSpecificConfiguration(String namespace)
Review Comment:
Same reason as the TableOperations class where it's filtering by allowed
(table only) properties that can be mutated
--
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]