X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7fb83a3380e62721801a4980c48ba78208c7b2e2..cf2a30aa6449f7ed9ac6c455842a23af44fb1509:/doc/user/topics/tutorial-job1.html.textile.liquid diff --git a/doc/user/topics/tutorial-job1.html.textile.liquid b/doc/user/topics/tutorial-job1.html.textile.liquid index f69381e412..cf09804871 100644 --- a/doc/user/topics/tutorial-job1.html.textile.liquid +++ b/doc/user/topics/tutorial-job1.html.textile.liquid @@ -76,8 +76,7 @@ Use @arv job create@ to actually submit the job. It should print out a JSON obj "tasks_summary":{}, "dependencies":[ "c1bad4b39ca5a924e481008009d94e32+210" - ], - "log_stream_href":"https://qr1hi.arvadosapi.com/arvados/v1/jobs/qr1hi-8i9sb-1pm1t02dezhupss/log_tail_follow" + ] } @@ -91,12 +90,6 @@ h2. Monitor job progress Go to the "Workbench dashboard":https://{{site.arvados_workbench_host}} and visit *Activity* %(rarr)→% *Recent jobs*. Your job should be near the top of the table. This table refreshes automatically. When the job has completed successfully, it will show finished in the *Status* column. -On the command line, you can access log messages while the job runs using @arv job log_tail_follow@: - -notextile.
~$ arv job log_tail_follow --uuid qr1hi-8i9sb-xxxxxxxxxxxxxxx
- -This will print out the last several lines of the log for that job. - h2. Inspect the job output On the "Workbench dashboard":https://{{site.arvados_workbench_host}}, look for the *Output* column of the *Recent jobs* table. Click on the link under *Output* for your job to go to the files page with the job output. The files page lists all the files that were output by the job. Click on the link under the *file* column to view a file, or click on the download icon to download the output file. @@ -142,8 +135,7 @@ On the command line, you can use @arv job get@ to access a JSON object describin }, "dependencies":[ "c1bad4b39ca5a924e481008009d94e32+210" - ], - "log_stream_href":null + ] }