From: Tom Clegg Date: Mon, 1 Dec 2014 15:58:25 +0000 (-0500) Subject: Merge branch '4595-node-list-select' closes #4681 X-Git-Tag: 1.1.0~1964 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/2bca6945ae26ff552979838ea4db379e6ab3dca6?hp=5f7b9f0177ca5a045eddb791116f5e6ff823f7fc Merge branch '4595-node-list-select' closes #4681 --- diff --git a/doc/sdk/cli/subcommands.html.textile.liquid b/doc/sdk/cli/subcommands.html.textile.liquid index 3bdcad8af8..5d82f7ac01 100644 --- a/doc/sdk/cli/subcommands.html.textile.liquid +++ b/doc/sdk/cli/subcommands.html.textile.liquid @@ -357,7 +357,7 @@ Options: h3(#arv-run). arv run -The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvado compute nodes. +The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvados compute nodes. The User Guide has a page on "using arv-run":{{site.baseurl}}/user/topics/arv-run.html. diff --git a/doc/user/topics/arv-run.html.textile.liquid b/doc/user/topics/arv-run.html.textile.liquid index 9854dc22e3..300ff2ff04 100644 --- a/doc/user/topics/arv-run.html.textile.liquid +++ b/doc/user/topics/arv-run.html.textile.liquid @@ -4,7 +4,7 @@ navsection: userguide title: "Using arv-run" ... -The @arv-run@ command enables you create Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvado compute nodes. +The @arv-run@ command enables you create Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvados compute nodes. {% include 'tutorial_expectations' %} @@ -148,7 +148,7 @@ h2. Additional options * @--docker-image IMG@ : By default, commands run inside a Docker container created from the latest "arvados/jobs" Docker image. Use this option to specify a different image to use. Note: the Docker image must be uploaded to Arvados using @arv keep docker@. * @--dry-run@ : Print out the final Arvados pipeline generated by @arv-run@ without submitting it. -* @--local@ : By default, the pipeline will be submitted to your configured Arvado instance. Use this option to run the command locally using @arv-run-pipeline-instance --run-jobs-here@. +* @--local@ : By default, the pipeline will be submitted to your configured Arvados instance. Use this option to run the command locally using @arv-run-pipeline-instance --run-jobs-here@. * @--ignore-rcode@ : Some commands use non-zero exit codes to indicate nonfatal conditions (e.g. @grep@ returns 1 when no match is found). Set this to indicate that commands that return non-zero return codes should not be considered failed. * @--no-wait@ : Do not wait and display logs after submitting command, just exit.