Hi Douglas,

The simplest way that Mesos can support is to add attributes via cli flags
when you launch a mesos slave. And when this slave's resources is being
offered, it will also include all the attributes you've tagged.

This currently is static information on launch, and I believe there is JIRA
tickets to make this dynamic (updatable at runtime).

Tim

On Thu, Jan 15, 2015 at 7:23 PM, Douglas Voet <[email protected]>
wrote:

> Hello,
>
> I am evaluating mesos in the context of running analyses of many large
> files. I only want to download a file to a small subset of my nodes and
> route the related processing there. The mesos paper talks about using
> resource offers as a mechanism to achieve data locality but I can't find
> any reference to how one might do this in the documentation. How would a
> mesos slave know what data is available keeping in mind that that might
> change over time? How can I configure a slave to include this information
> in resource offers?
>
> Thanks in advance for any pointers.
>
> -Doug
>

Reply via email to