ParserMain pm = new ParserMain();
_map = pm.createConfig(parserConfPath);
_pq = ParserUtil.parseQuery(_map);
NameCompGenFactory factory = new NameCompGenFactory(_map, _pq.getTan(), parallelism);
return factory.create();
}
/*
* Unfortunately, in test mode we cannot run StormCluster
* However we can copy code from any test method here to ParserMain.main, and it will run it