Can someone explain how disco takes in input? The docs are a little
vague (http://discoproject.org/doc/py/core.html#disco.core.Job). If
you specify a url as input, does the master pull that url and
distribute chunks to the workers or does each worker pull a copy of
the input? Also, what's the disco:// protocol?
Currently, disco://cnode03/bigtxt/file_name is an alias for
http://cnode03:[DISCO_PORT]/bigtxt/file_name. You could use put a file
on one of the nodes and use it as input for a job on other nodes.
On Dec 27 2009, 3:19 pm, Paweł Reef <reefia...@gmail.com> wrote:
> One worker fetches the whole file from url. If You want multiple
> workers to work on a single file, You need to split it by Yourself.
>
> Currently, disco://cnode03/bigtxt/file_name is an alias forhttp://cnode03:[DISCO_PORT]/bigtxt/file_name. You could use put a file
You could implement a map_reader capable of reading entries in any
--
You received this message because you are subscribed to the Google Groups "Disco-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to disco-dev+...@googlegroups.com.
To post to this group, send email to disc...@googlegroups.com.
Visit this group at http://groups.google.com/group/disco-dev.
For more options, visit https://groups.google.com/groups/opt_out.