Gianpaolo Coro 2016-02-01 22:09:32 +00:00
parent 94191c542f
commit 50efa48c5f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class D4ScienceDistributedProcessing implements Generator {
String owner = config.getParam("ServiceUserName");
int leftNum = distributedModel.getNumberOfLeftElements();
int rightNum = distributedModel.getNumberOfRightElements();
agent = new DistributedProcessingAgent(config, scope, owner, mainclass, config.getPersistencePath(), algorithm, defaultContainerFolder, maxMessagesAllowedPerJob, forceUpload, leftNum, rightNum);
agent = new DistributedProcessingAgent(config, scope, owner, mainclass, config.getPersistencePath(), algorithm, defaultContainerFolder, maxMessagesAllowedPerJob, forceUpload, leftNum, rightNum,config.getTaskID());
agent.setLogger(AnalysisLogger.getLogger());
}