Closed apampana closed 4 years ago
Is there anything i can change to get this running. Thank you
Hi @apampana ,
I'm happy to help out, but I need a little bit more to understand what the issue is. What do you mean by 'no_job'?
After running dsub, are there any error messages? If so please paste them here.
If there are no error messages, there should be a dstat command given to you for to run. Can you please execute that command with --full
and paste it here?
I also notice that you have #!/usr/bin/python at the top of your file. Should that be #!/usr/bin/sh or #!/usr/bin/bash instead?
I kept python thing because i want to run a python script. i also kept /usr/bin/ too just to be sure.
I am getting like this when i tried to run analysis without --full parameter
no dstat step too I think job is not even getting started.
Hi @apampana , you are using the --skip flag, which as the dsub output hints at, will skip running jobs if the output already exists. I would suggest either removing the --skip flag to run the job and overwrite the output, or delete the existing output.
This is explained in detail in the Job Control docs.
its like this for sometime where the code is basic importing. Is there a way to check which step its running?
At this point the job is submitted. Because you have --wait
and --retry
enabled, the dsub process is now waiting for the job to complete and monitoring for failed tasks to retry.
To check the status, copy the dstat
command given and run it.
I am getting something like this when trying to run analysis with failure how to deal with it?
CommandException: No URLs matched is an error coming from gsutil indicating that the input file it is trying to copy over was not found. Make sure the input files in gs://jhs_data_topmed/... exist.
This is starting to veer a little bit off the original topic, so I've reached out to you directly if you need further support.
I am trying to submit a dsub job and i am not getting the output. I am getting no_job and i am sure the input and output had run before. Can someone help me wi