git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@119881 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b1b8c22bb4
commit
da5ee5cbb2
|
@ -441,6 +441,7 @@ public class QueueJobManager {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ScopeProvider.instance.set(scope);
|
ScopeProvider.instance.set(scope);
|
||||||
|
|
||||||
ExecutorPlugin runExecutorPlugin = new ExecutorPlugin();
|
ExecutorPlugin runExecutorPlugin = new ExecutorPlugin();
|
||||||
SmartExecutorPluginQuery runQuery = new SmartExecutorPluginQuery(runExecutorPlugin);
|
SmartExecutorPluginQuery runQuery = new SmartExecutorPluginQuery(runExecutorPlugin);
|
||||||
|
|
||||||
|
@ -453,7 +454,7 @@ public class QueueJobManager {
|
||||||
SpecificEndpointDiscoveryFilter sedf = new SpecificEndpointDiscoveryFilter(selectedEPR);
|
SpecificEndpointDiscoveryFilter sedf = new SpecificEndpointDiscoveryFilter(selectedEPR);
|
||||||
runQuery.setEndpointDiscoveryFilter(sedf);
|
runQuery.setEndpointDiscoveryFilter(sedf);
|
||||||
SmartExecutorProxy proxy = new ProxyBuilderImpl<SmartExecutor, SmartExecutorProxy>(runExecutorPlugin, runQuery).build();
|
SmartExecutorProxy proxy = new ProxyBuilderImpl<SmartExecutor, SmartExecutorProxy>(runExecutorPlugin, runQuery).build();
|
||||||
|
AnalysisLogger.getLogger().debug("Launching Smart Executor in namely Scope: "+scope+" real scope "+ScopeProvider.instance.get());
|
||||||
LaunchParameter launchParameter = new LaunchParameter(pluginName, inputs);
|
LaunchParameter launchParameter = new LaunchParameter(pluginName, inputs);
|
||||||
String excecutionIdentifier = proxy.launch(launchParameter);
|
String excecutionIdentifier = proxy.launch(launchParameter);
|
||||||
tasksProxies.add(new WorkerWatcher(proxy, excecutionIdentifier, AnalysisLogger.getLogger()));
|
tasksProxies.add(new WorkerWatcher(proxy, excecutionIdentifier, AnalysisLogger.getLogger()));
|
||||||
|
|
Loading…
Reference in New Issue