org.apache.accumulo.server.util
Class AddFilesWithMissingEntries

java.lang.Object
  extended by org.apache.accumulo.server.util.AddFilesWithMissingEntries

public class AddFilesWithMissingEntries
extends Object


Nested Class Summary
static class AddFilesWithMissingEntries.Opts
           
 
Constructor Summary
AddFilesWithMissingEntries()
           
 
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
 

Constructor Detail

AddFilesWithMissingEntries

public AddFilesWithMissingEntries()
Method Detail

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.