// get HBase configuration
LOG.info("Initializing HBase");
Configuration conf = HBaseConfiguration.create();
// create or update the schema
LOG.info("Creating/updating HBase schema");
SchemaManager schemaManager = new SchemaManager(conf, "schema.xml");
schemaManager.process();
ResourceManager manager = ResourceManager.getInstance(conf);
manager.init();
// set up command line options