Author: bleny Date: 2010-06-08 15:03:59 +0200 (Tue, 08 Jun 2010) New Revision: 67 Url: http://nuiton.org/repositories/revision/diswork/67 Log: maj specif Modified: trunk/diswork-daemon/ trunk/diswork-daemon/pom.xml trunk/src/site/rst/diswork-daemon/how_it_works.rst Property changes on: trunk/diswork-daemon ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/diswork-daemon/pom.xml =================================================================== --- trunk/diswork-daemon/pom.xml 2010-06-08 12:13:22 UTC (rev 66) +++ trunk/diswork-daemon/pom.xml 2010-06-08 13:03:59 UTC (rev 67) @@ -34,6 +34,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + </dependency> <!-- test --> <dependency> Modified: trunk/src/site/rst/diswork-daemon/how_it_works.rst =================================================================== --- trunk/src/site/rst/diswork-daemon/how_it_works.rst 2010-06-08 12:13:22 UTC (rev 66) +++ trunk/src/site/rst/diswork-daemon/how_it_works.rst 2010-06-08 13:03:59 UTC (rev 67) @@ -18,10 +18,19 @@ To create a job, a node should : +#. Check that the application in the good version is available at + /bin/application/application-version.jar + #. Create a directory in home for each of his jobs /home/ID/job-1, /home/ID/job-2... -#. In a job directory, put job.sh, a command line to run. +#. In a job directory, put job.jsdl, a command line to run. This file contains + necessary information like : + + * The name of the job + * The application name, version + * File staging (needed file and where to get them) + * ... (to be completed) #. Declare the job as available by adding a symlink in /var/jobs/TODO with the link named after the current date, the id of the job owner and
participants (1)
-
bleny@users.nuiton.org