Hi all,

I'm a little confused regarding Namespace and table permissions. My
assumption is that granting Namespace.READ will allow a user to read
all tables in a namespace, even those which are created after the
permission is granted, but before the client tries to access the
table. My specific issue seems to be that
InputConfigurator.validatePermisisons
(https://github.com/apache/accumulo/blob/rel/1.9.0/core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/impl/InputConfigurator.java#L782)
seems to only check the table, and not the namespace permissions. Is
my assumption correct? Is there a way of granting the permission I
need?

Many thanks,

James

Reply via email to