Thank you. I felt that was the case and didn't see anything to sway, but I figured I'd ask as it came up in design of a tool using accumulo.
On Mon, Apr 22, 2013 at 11:05 AM, John Vines <[email protected]> wrote: > All Keys in Accumulo are immutable, including the visibility fields. So > the only way to change is to delete and insert. > > > > > On Mon, Apr 22, 2013 at 12:00 PM, Marc Reichman <[email protected]>wrote: > >> Is there a way via the Java API to modify the column visibility of an >> existing row without having to put a new column along-side? Or are those >> immutable? >> >> I realize I can delete and re-put the data with new visibility. >> >> Thanks, >> Marc >> >> -- >> http://saucyandbossy.wordpress.com >> > > -- http://saucyandbossy.wordpress.com
