[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] how to submit this kind of job?



Hi Jeff

I cannot see that site because it's internal to your network (i guess?). but if that url links to a job submit description then you can either write a script to download it and then run condor_submit <filename>.

Or you could use curl and pipe the output to to condor_submit as I previously said 'curl http://192.168.10.63:8080/solr/core2/dataimport?command=full-import | condor_submit'

If you need to transfer any files along with the job you can specify URL's to download them from.

transfer_input_files = http://www.full.url/path/to/filename

Note: this needs to be configured first. See section 3.13.3 in the manual -> http://research.cs.wisc.edu/condor/manual/v7.6/3_13Setting_Up.html#sec:URL-transfer

Hope that helps

Tom

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.