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 2019/09/20 17:43:17 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1370: InputConfigurator.validatePermissions checks for Table.READ but not Namespace.READ

ctubbsii commented on issue #1370: InputConfigurator.validatePermissions checks for Table.READ but not Namespace.READ
URL: https://github.com/apache/accumulo/issues/1370#issuecomment-533647828
 
 
   This looks to be the result of some overly-aggressive fast-failure checks. We could remove the check entirely and let the tasks fail if the user doesn't have permission, or we can patch the check to allow `Namespace.READ` also. I'm inclined to do the latter, since the fast-failure is probably still useful.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services