org.apache.accumulo.server.util
Class AddFilesWithMissingEntries
java.lang.Object
org.apache.accumulo.server.util.AddFilesWithMissingEntries
public class AddFilesWithMissingEntries
- extends Object
Method Summary |
static void |
main(String[] args)
A utility to add files to the !METADATA table that are not listed in the root tablet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddFilesWithMissingEntries
public AddFilesWithMissingEntries()
main
public static void main(String[] args)
throws Exception
- A utility to add files to the !METADATA table that are not listed in the root tablet.
This is a recovery tool for someone who knows what they are doing. It might be better to
save off files, and recover your instance by re-initializing and importing the existing files.
- Parameters:
args
-
- Throws:
Exception
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.