Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] file transfer plugins
- Date: Wed, 18 Apr 2012 12:55:35 +0000
- From: "Shrum, Donald C" <DCShrum@xxxxxxxxxxxxx>
- Subject: [Condor-users] file transfer plugins
I'm reading through the manual now but was hoping for a quick pointer.
I would like to enable the ability to transfer files via http in submitted jobs.
I found this page - http://research.cs.wisc.edu/condor/manual/v7.7/3_13Setting_Up.html#sec:URL-transfer
It looks like I need to add "FILETRANSFER_PLUGINS = /opt/condor/plugins/wget-plugin" to my condor_config file.
This corresponds to the error I get from a test job I wrote -
Error from slot1@xxxxxxxxxxxxxxxxx: STARTER at 10.178.6.17 failed to receive file /var/lib/condor/execute/dir_14407/input.txt: FILETRANSFER:1:No plugin table defined (req
uest was http://10.178.6.5/input.txt)
- I don't see a file named wget-plugin anywhere. Is this something I need to write? Is it something I can download?
- I presume this needs to be in the condor_config for all the processing nodes. Does it also need to be in the condor_config for my submit nodes?