milleruntime commented on a change in pull request #744: Fixes #533 - Add scan 
authorization to Accumulo clients
URL: https://github.com/apache/accumulo/pull/744#discussion_r230348298
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/ClientProperty.java
 ##########
 @@ -64,6 +64,9 @@
       "Change the" + " durability for the BatchWriter session. To use the 
table's durability"
           + " setting. use \"default\" which is the table's durability 
setting."),
 
+  // Scan
+  SCAN_AUTHORIZATIONS("scan.authorizations", "", "Authorizations used by 
Scanner & BatchScanner"),
 
 Review comment:
   Should mention the default value and that its comma separated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to