This commit is contained in:
Nunzio Andrea Galante 2017-04-20 12:18:05 +00:00
parent 6741085c75
commit f0480731ac
3 changed files with 25 additions and 18 deletions

View File

@ -19,13 +19,15 @@ Authors
--------------------------------------------------
* Paolo Fabriani (paolo.fabriani-AT-eng.it)
Engineering Ingegneria Informatica S.p.A., Italy
* Nunzio Andrea Galante (nunzioandrea.galante-AT-eng.it)
Engineering Ingegneria Informatica S.p.A., Italy
Maintainers
--------------------------------------------------
* Paolo Fabriani (paolo.fabriani-AT-eng.it)
Engineering Ingegneria Informatica S.p.A., Italy
* Nunzio Andrea Galante (nunzioandrea.galante-AT-eng.it)
Engineering Ingegneria Informatica S.p.A., Italy
Download information
--------------------------------------------------

5
distro/changelog.xml Normal file
View File

@ -0,0 +1,5 @@
<ReleaseNotes>
<Changeset component="dataminer-pool-manager.1-0-0" date="${buildDate***REMOVED***">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -337,23 +337,23 @@ public class RestPoolManager implements PoolManager {
RestPoolManager a = new RestPoolManager();
a.addAlgorithmToVRE(
"http:***REMOVED***data.d4science.org/TVc0TW9Ud1FjYlppK0NHd2pvU0owNmRFWHE4OW4xSGNHbWJQNStIS0N6Yz0",
"test",
null,
null,
"N",
"transducerers",
true,
false);
***REMOVED*** a.addAlgorithmToVRE(
***REMOVED*** "http:***REMOVED***data.d4science.org/TVc0TW9Ud1FjYlppK0NHd2pvU0owNmRFWHE4OW4xSGNHbWJQNStIS0N6Yz0",
***REMOVED*** "test",
***REMOVED*** null,
***REMOVED*** null,
***REMOVED*** "N",
***REMOVED*** "transducerers",
***REMOVED*** true,
***REMOVED*** false);
***REMOVED*** a.addAlgorithmToHost(
***REMOVED*** "http:***REMOVED***data.d4science.org/dENQTTMxdjNZcGRpK0NHd2pvU0owMFFzN0VWemw3Zy9HbWJQNStIS0N6Yz0",
***REMOVED*** "dataminer1-devnext.d4science.org",
***REMOVED*** "ICHTHYOP_MODEL_ONE_BY_ONE", null, "ICHTHYOP_MODEL", "transducerers",
***REMOVED*** "N",false);
***REMOVED***
***REMOVED***
a.addAlgorithmToHost(
"http:***REMOVED***data.d4science.org/dENQTTMxdjNZcGRpK0NHd2pvU0owMFFzN0VWemw3Zy9HbWJQNStIS0N6Yz0",
"dataminer2-d-d4s.d4science.org",
"ICHTHYOP_MODEL_ONE_BY_ONE", null, "ICHTHYOP_MODEL", "transducerers",
"N",false, false);
***REMOVED*** PoolManager aa = new DataminerPoolManager();
***REMOVED*** List<String> ls = new LinkedList<String>();