use of com.alibaba.jstorm.elasticsearch.common.EsConfig in project jstorm by alibaba.
the class TestSuite method init.
@BeforeClass
public static void init() {
cluster = new LocalCluster();
conf = new Config();
conf.put(Config.TOPOLOGY_MAX_TASK_PARALLELISM, 1);
esConfig = new EsConfig("test", "127.0.0.1:9300");
}
Aggregations