hbaseProxy.setCleanStateOnConnect(false);
}
hbaseProxy.setEnableMapReduce(true);
solrProxy = new SolrProxy(solrMode, this.clearData, enableSolrCloud);
lilyServerProxy = new LilyServerProxy(lilyServerMode, this.clearData, hbaseProxy);
hbaseIndexerLauncherService = new HbaseIndexerLauncherService();
}