EdColeman commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r917273585
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -643,6 +664,9 @@ default Iterable<Entry<String,String>> getProperties(String
tableName)
Map<String,String> getConfiguration(String tableName)
throws AccumuloException, TableNotFoundException;
+ Map<String,String> getTableSpecificConfiguration(String tableName)
Review Comment:
If this is returning the properties from ZooKeeper that are key by id, then
the naming would be getTableProperties and getNamespaceProperties - to me
configuration should imply the configuration hierarchy, that hierarchy if build
from properties and possibly other sources (say configuration files,...)
--
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]