You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/29 23:37:53 UTC

[GitHub] milleruntime commented on a change in pull request #789: Make auths optional in new MR API

milleruntime commented on a change in pull request #789: Make auths optional in new MR API
URL: https://github.com/apache/accumulo/pull/789#discussion_r237700506
 
 

 ##########
 File path: hadoop-mapreduce/src/main/java/org/apache/accumulo/hadoop/mapreduce/InputFormatBuilder.java
 ##########
 @@ -124,6 +108,15 @@
    * @since 2.0
    */
   interface InputFormatOptions<T> {
+    /**
+     * Sets the {@link Authorizations} used to scan. Must be a subset of the user's authorizations.
+     * By Default, auths are set to {@link Authorizations#EMPTY}
 
 Review comment:
   Where is this done?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services