|
|
Aaron Cordova 2012-02-22, 21:23
I notice Filter and FilteringIterator in v1.4 are deprecated "since 1.4". What should I use instead?
On Feb 22, 2012, at 3:49 PM, Billie J Rinaldi wrote:
> On Wednesday, February 22, 2012 3:24:46 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote: >> Is it possible for a combiner to not return a value somehow? > > No. > >> If not, should I use a filter to remove key-values that don't need to >> be there? > > What do you mean by "don't need to be there?" > > Billie
John Vines 2012-02-22, 21:41
Look for a new Filter interface in the iterators package or sub packages
Sent from my phone, so pardon the typos and brevity. On Feb 22, 2012 4:23 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote:
> I notice Filter and FilteringIterator in v1.4 are deprecated "since 1.4". > What should I use instead? > > On Feb 22, 2012, at 3:49 PM, Billie J Rinaldi wrote: > > > On Wednesday, February 22, 2012 3:24:46 PM, "Aaron Cordova" < > [EMAIL PROTECTED]> wrote: > >> Is it possible for a combiner to not return a value somehow? > > > > No. > > > >> If not, should I use a filter to remove key-values that don't need to > >> be there? > > > > What do you mean by "don't need to be there?" > > > > Billie > >
Aaron Cordova 2012-02-22, 21:49
Ahh found it - org.apache.accumulo.core.iterators.Filter
On Feb 22, 2012, at 4:41 PM, John Vines wrote:
> Look for a new Filter interface in the iterators package or sub packages > > Sent from my phone, so pardon the typos and brevity. > > On Feb 22, 2012 4:23 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote: > I notice Filter and FilteringIterator in v1.4 are deprecated "since 1.4". What should I use instead? > > On Feb 22, 2012, at 3:49 PM, Billie J Rinaldi wrote: > > > On Wednesday, February 22, 2012 3:24:46 PM, "Aaron Cordova" <[EMAIL PROTECTED]> wrote: > >> Is it possible for a combiner to not return a value somehow? > > > > No. > > > >> If not, should I use a filter to remove key-values that don't need to > >> be there? > > > > What do you mean by "don't need to be there?" > > > > Billie >
|
|