HStoreConf hstore_conf = HStoreConf.singleton();
String args[] = {
"NOCONNECTIONS=true",
"CLIENT.SCALEFACTOR=" + hstore_conf.client.scalefactor,
};
WikipediaClient benchmarkClient = new WikipediaClient(args) {
{
this.setCatalogContext(catalogContext);
this.setClientHandle(client);
}
@Override