public void addOptions(List<Option> options) {
}
@Override
public int setup(CommandLine cmd, File testHome, boolean clearData) throws Exception {
hbaseIndexerService = new Main();
conf = HBaseIndexerConfiguration.create();
conf.set("hbaseindexer.lifecycle.listeners", LilyIndexerLifecycleEventListener.class.getName());
return 0;
}