Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

cli_downloader_feature

justinonstine edited this page Jul 17, 2015 · 2 revisions

Command-line Downloader

The conductor command used to submit jobs and launch the uploader/downloader has a couple new flags that allow for the manual download of an individual job or task's output file(s).

Here are some examples:

bin/conductor downloader --job_id '00001'

will download any generated files for the entirety of job 00001.

bin/conductor downloader --job_id 00001 --task_id 000

will download generated files only for task 000 of job 00001.

bin/conductor downloader --job_id 00001 --output /home/beeker/test_download

will redirect the files to download to a different area.

The hope is that this will help in any troubleshooting in the future.

Clone this wiki locally