[ARVADOS] updated: 366ba84cfb41905bf5aca2d296d4384b9fccb380

git at public.curoverse.com git at public.curoverse.com
Thu Dec 11 10:54:50 EST 2014


Summary of changes:
 doc/api/schema/Job.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  366ba84cfb41905bf5aca2d296d4384b9fccb380 (commit)
      from  181e90a0934d0057202b92010a96139df934aaf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 366ba84cfb41905bf5aca2d296d4384b9fccb380
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Dec 11 10:54:28 2014 -0500

    4027: Document arvados_sdk_version's virtualenv requirement.
    
    Refs #4027.

diff --git a/doc/api/schema/Job.html.textile.liquid b/doc/api/schema/Job.html.textile.liquid
index 29bb901..80f5de6 100644
--- a/doc/api/schema/Job.html.textile.liquid
+++ b/doc/api/schema/Job.html.textile.liquid
@@ -53,7 +53,7 @@ h3. Runtime constraints
 
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Implemented|
-|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.  If you use this, you must also specify a @docker_image@ constraint (see below).|✓|
+|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.  If you use this, you must also specify a @docker_image@ constraint (see below).  In order to install the Python SDK successfully, Crunch must be able to find and run virtualenv inside the container.|✓|
 |docker_image|string|The Docker image that this Job needs to run.  If specified, Crunch will create a Docker container from this image, and run the Job's script inside that.  The Keep mount and work directories will be available as volumes inside this container.  The image must be uploaded to Arvados using @arv keep docker at .  You may specify the image in any format that Docker accepts, such as @arvados/jobs@, @debian:latest@, or the Docker image id.  Alternatively, you may specify the UUID or portable data hash of the image Collection, returned by @arv keep docker at .|✓|
 |min_nodes|integer||✓|
 |max_nodes|integer|||

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list