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.accumulo.server.util.Initialize.Opts opts, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs)
           
static boolean initialize(org.apache.accumulo.server.util.Initialize.Opts opts, String instanceNamePath, 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.accumulo.server.util.Initialize.Opts opts,
                             org.apache.hadoop.conf.Configuration conf,
                             org.apache.hadoop.fs.FileSystem fs)
                      throws IOException
Throws:
IOException

initialize

public static boolean initialize(org.apache.accumulo.server.util.Initialize.Opts opts,
                                 String instanceNamePath,
                                 org.apache.hadoop.fs.FileSystem fs)

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 © 2013 Apache Accumulo Project. All Rights Reserved.