Matt, I typically run the following to see all the online tablets
scan -t accumulo.metadata -c loc and the following to find all tablets, online and offline scan -t accumulo.metadata -c ~tab On Mon, Jan 23, 2017 at 11:35 PM Josh Elser <els...@apache.org> wrote: > I believe this would be the number of unique rows in the Accumulo > metadata table (that don't fall in the "~del" prefix). > > Not sure if we have a class you could just invoke, but this would be > pretty easy to script just using the Accumulo shell. > > Dickson, Matt MR wrote: > > *UNOFFICIAL* > > > > Is there a way to query to the metadata table to quickly get a list of > > the number of tablets for all tables in an Accumulo instance? > > I'd like to do this to integrate into existing monitoring tools rather > > than go to the Accumulo gui. > > Thanks in advance >