Hi guys, I'm still a bit of a newbie as I'm more of an admin than a developer, and now that formal testing has begun, I have testers asking me how to get a total count of records in Accumulo for verification purposes after test ingests have been run.
In our case when I say "records" I mean the number of distinct rowkeys, not the total number of entries. Is there any way to do this using just the Accumulo shell, maybe by writing an aggregator or other class that can be run from within the Accumulo shell? Many thanks in advance, Terry On Tue, Jan 22, 2013 at 6:03 PM, Terry P. <[email protected]> wrote: > Greetings everyone, > I want to simply get the total count of rows in a table using the accumulo > shell. I'm very new to Accumulo so I apologize if it's a newbie question. > > I'm prototyping with the accumulo shell, and love how it can ingest > records using exefile, so I've used python to generate a lot of test data. > For some test cases in this sprint I need to verify the rows loaded match > what's expected, hence the reason I need to get the total rows in a table. > > I'd bet there is some way to use setiter or setscaniter with the -agg > option, but I can't figure it out. > > Any help would be greatly appreciated. > > Best regards, > Terry >
