> Is there a way to dynamically suppress Accumulo record versioning?

Not that I know of but perhaps others have come up with ways to do this.

What if you set the maxVersions on your table to 1 (config -t mytable -s
table.iterator.majc.vers.opt.maxVersions=1) and use conditional mutation to
determine whether to update or not? Then you wouldn't have to worry about
versions, just updating the data based on input.

On Wed, Jan 23, 2019 at 1:27 PM gtotsline <[email protected]> wrote:

> Hi Mike -
>
> Thanks for responding so quickly, it's greatly appreciated.  The
> ConditionalWriter does not appear to address our use case where we actually
> want to suppress Accumulo versioning  of a record based on the value in the
> record that was read vs. input data our system receives.  Is there a way to
> dynamically suppress Accumulo record versioning?
>
>
>
> --
> Sent from: http://apache-accumulo.1065345.n5.nabble.com/Developers-f3.html
>

Reply via email to