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

