org.apache.accumulo.server.util
Class Initialize

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

public class Initialize
extends Object

This class is used to setup the directory structure and the root tablet to get an instance started


Constructor Summary
Initialize()
           
 
Method Summary
static boolean doInit(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs)
           
protected static void initMetadataConfig()
           
static boolean isInitialized(org.apache.hadoop.fs.FileSystem fs)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initialize

public Initialize()
Method Detail

doInit

public static boolean doInit(org.apache.hadoop.conf.Configuration conf,
                             org.apache.hadoop.fs.FileSystem fs)
                      throws IOException
Throws:
IOException

initMetadataConfig

protected static void initMetadataConfig()
                                  throws IOException
Throws:
IOException

isInitialized

public static boolean isInitialized(org.apache.hadoop.fs.FileSystem fs)
                             throws IOException
Throws:
IOException

main

public static void main(String[] args)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.