> On Dec. 11, 2014, 1:37 a.m., Chris Mattmann wrote: > >
Same thing with Spark, I put the mesos stuff in its own package to keep it seperate. I can easily sort the components into the other packages, if needed. - Michael ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28916/#review64660 ----------------------------------------------------------- On Dec. 18, 2014, 3:43 p.m., Michael Starch wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28916/ > ----------------------------------------------------------- > > (Updated Dec. 18, 2014, 3:43 p.m.) > > > Review request for oodt and Chris Mattmann. > > > Repository: oodt > > > Description > ------- > > This patch integrates the mesos cluster manager and OODT resource manager. > It allows resource manager jobs to run on a mesos-controlled cluster. Is a > solution to: https://issues.apache.org/jira/browse/OODT-699 and includes: > https://reviews.apache.org/r/27773/ > > > Diffs > ----- > > trunk/resource/pom.xml 1646471 > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/batchmgr/MesosBatchManager.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/batchmgr/MesosBatchManagerFactory.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/batchmgr/ResourceExecutor.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/MesosMonitor.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/monitor/MesosMonitorFactory.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/scheduler/ResourceMesosScheduler.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/scheduler/ResourceMesosSchedulerFactory.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/structs/JobSpecSerializer.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/structs/exceptions/MesosFrameworkException.java > PRE-CREATION > > trunk/resource/src/main/java/org/apache/oodt/cas/resource/util/MesosUtilities.java > PRE-CREATION > > trunk/resource/src/test/org/apache/oodt/cas/resource/util/TestMesosUtilities.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/28916/diff/ > > > Testing > ------- > > Basic unit testing. > > Integration/prototye testing has also been done. It starts and runs. > > > Thanks, > > Michael Starch > >
