Collections as regular Arvados objects » History » Version 3
Peter Amstutz, 08/08/2014 09:27 AM
1 | 1 | Peter Amstutz | h1. Collections as regular Arvados objects |
---|---|---|---|
2 | |||
3 | * Collections are assigned regular UUIDs |
||
4 | 3 | Peter Amstutz | * Collections have a regular @owner_uuid@ instead of the system user |
5 | 1 | Peter Amstutz | * Manifest hash goes into the @portable_data_hash@ field |
6 | 3 | Peter Amstutz | * Add mutable @name@, @description@, @properties@ fields |
7 | * Continue to use manifest text hash (@portable_data_hash@) for crunch |
||
8 | ** Choosers set the value to the manifest hash, record the selected collection uuid on link_uuid |
||
9 | ** Task output is manifest fragment or manifest hash+reader token stored in Keep |
||
10 | ** Crunch-job continues to set job output to manifest hash |
||
11 | ** Add optional @output_name@ and @output_owner@ fields to job submission |
||
12 | ** When job completes, collection is created under @output_owner@, given @output_name@, and the collection uuid is recorded under new @output_uuid@ field |
||
13 | (Side note: job should not be marked as successful/completed until all its output and logs have been uploaded.) |
||
14 | |||
15 | |||
16 | h2. Migration |
||
17 | |||
18 | 2 | Peter Amstutz | * Create collection objects from name links |