我有一個提交給禿鷹的R作品,提交給禿鷹的R文件(one.R)正在讀取另一個R文件(two.R) ,當我向禿鷹提交作業失敗時,原因是提交的R(one.R)文件未讀取被調用的R文件(two.R) 文本文件中的錯誤是:在提交作業到禿鷹時讀取R文件時出錯
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file 'C:/Users/pcname/Desktop/test_case/two.R': Permission denied
Execution halted
和我提交的文件是
#test_input.condor
#
executable = C:\R\R-2.10.1\bin\Rscript.exe
arguments = one.R
universe = vanilla
getenv = true
#requirements = ARCH == "INTEL" && OPSYS == "WINNT60"
input = one.R
should_transfer_files = yes
transfer_executable = false
when_to_transfer_output = ON_EXIT
transfer_input_files = C:/Users/OmegaAdmin/Desktop/test_case/two.R
log = test_input.log
output = test_input.out
error = test_input.err
queue
欣賞的任何想法。
謝謝,
縮進代碼;降價是在解釋散列,它是不可讀的 – mbq 2010-08-22 08:18:42
什麼是神鷹?除了鳥或飛機,我的意思是 – 2010-08-24 17:42:25
@Willams Condor是一個工作負載管理系統的計算密集型工作,你可以參考http://www.cs.wisc.edu/condor/瞭解更多關於condor .. – Shruti 2010-08-25 02:29:31