Thanks so much for all responses. Tiffany
On Apr 14, 2014, at 3:24 PM, "Keith Turner" <[email protected]<mailto:[email protected]>> wrote: deletemany pulls data back to the client and write deletes back. The deleterows command is more efficient, it preforms operations on the server side. Entire tablets that fall within the range are just dropped. On Mon, Apr 14, 2014 at 3:20 PM, Russ Weeks <[email protected]<mailto:[email protected]>> wrote: deletemany -t <table> -f If you have a large table, that command will produce a lot of output. I don't know if there's a way to make it less verbose? Maybe best to pipe it to /dev/null. -Russ On Mon, Apr 14, 2014 at 12:13 PM, Tiffany Reid <[email protected]<mailto:[email protected]>> wrote: Hi, How do I delete all rows in a table via Accumulo Shell? Thanks, Tiffany
