You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/18 17:16:46 UTC

[GitHub] [accumulo-examples] EdColeman commented on issue #41: Add a delete key/value pair example

EdColeman commented on issue #41: Add a delete key/value pair example
URL: https://github.com/apache/accumulo-examples/issues/41#issuecomment-484597920
 
 
   The table name / id can be identified with TableOperations - either list() or tableIdMap(). 
   
   You may want to also look at locate() - or the info would be in the metadata table - the column family file should point the files in hdfs before and then after the compaction.
   
   Generally, (and if I recall correctly) once you have the table id, then scan the metadata table - a shell command is something like:
   
   > scan -t accumulo.metadata -b [id]; -e [id]< -c file -np 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services