that url link is just like a job command, like 'executable= http://192.168.10.63:8080/solr/core2/dataimport?command=full-import 'Thanks,Jeff2011/11/22 Thomas Luff <Thomas.Luff@xxxxxxx>
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.
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/