"/tmp/vold-build-and-push-" + new Random().nextLong())),
new Path(props.getString("output.dir")),
new Path(props.getString("input.path")),
new ClusterMapper().readCluster(new InputStreamReader(new Path(props.getString("cluster.xml")).getFileSystem(configuration)
.open(new Path(props.getString("cluster.xml"))))),
new StoreDefinitionsMapper().readStoreList(new InputStreamReader(new Path(props.getString("stores.xml")).getFileSystem(configuration)
.open(new Path(props.getString("stores.xml"))))),
props.getString("store.name"),
props.getString("key.selection", null),
props.getString("value.selection", null),
props.getString("key.transformation.class", null),