Coworker mentioned custom authorization plugin is installed that is preventing update to accumulo.metadata table via shell. Sorry I will look into it and see if modification needs to be made in plugin.
Thank you On Tue, Aug 16, 2016 at 2:31 PM, Noe Detore <[email protected]> wrote: > root does not have Table.WRITE > grant -t accumulo.metadata -u root Table.WRITE > does not take > > also tried using root to grant to other user, but no soup > > On Tue, Aug 16, 2016 at 1:50 PM, Josh Elser <[email protected]> wrote: > >> Delete them via the accumulo shell. `deletemany` can do this for you >> as an Accumulo user with the write permission to the accumulo.metadata >> table. >> >> Beware that there might also be records in the accumulo.replication >> cluster that you may also need to delete. >> >> On Tue, Aug 16, 2016 at 3:47 PM, Noe Detore <[email protected]> >> wrote: >> > hello, >> > >> > By miss configuring tables for replication records were created in >> > accumulo.metadata '~repl...' I wish to remove. How can this be done? >> > >> > Thank you >> > >
