[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [geclipse-dev] Transferring local input files during job submission - changes in jdl
|
Ariel Garcia pisze:
> can't you just submit that JDL without further steps?
I have to make changes in JDL, because original JDL refer to files on
user's local machine, which is not accessible from worker node.
Submission will look like:
1. Remove from JDL (in g-Eclipse memory) all references to local files
2. Register job on WMS
3. Send local files to sandbox, into location returned during job
registration
4. Start job on WMS
i don't quite understand i think, do you want to use your JDL twice?
You can write one JDL which then you use to submit the job and the input
files will be transferrred at the same time.
Or is that impossible through the API?
We cannot change JSDL->JDL transformation file (because of license), so
I have to transform JSDL to JDL (in g-Elipse memory), change JDL (still
in g-Eclipse memory) and submit it.
JDL will be submitted only once.
I'm not sure if after sending local files to WN sandbox, should I refer
to those files in submitted JDL?
I guess not, because those files are in right place (sandbox).
--
Mariusz Wojtysiak