I am currently learning about Mesos and was wondering if it is possible to execute jobs defined with Cascading on a Mesos pool. Since Mesos supports Hadoop and Cascading flows compile to Hadoop jar files I assume that it is feasible. But do I need respect specific settings?
There's nothing special you need to do to run Cascading jobs with Hadoop on Mesos. You do, however, need to have Hadoop installed and configured. You'll probably want to use HDFS in addition to an MapReduce implementation.