Accumulo Upgrade from 1.4.2 to 1.5.0 Issues

2013-11-01 Thread Dave Mullins
Hadoop version 0.20.2-cdh3u5 This was installed from the cdh rpms but is not controlled by a cloudera manager. I read what documentation I could find on the upgrade. I installed from the tarball version of 1.5.0. I made sure to include the commons collection in the accumulo library path. I made su

Re: Deleting many rows that match a given criterion

2013-11-01 Thread Terry P.
Thanks Mike. It looks like the AgeOffFilter class would be a good starting point as a template for my filter: override the logic in the *init *method as appropriate and put the criteria in the *accept* method. What I can't figure out is where is the magic to remove entries? I don't see anything i