-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28917/
-----------------------------------------------------------

(Updated Dec. 17, 2014, 7:13 p.m.)


Review request for oodt and Chris Mattmann.


Changes
-------

Sorted packages


Repository: oodt


Description
-------

This change allows Spark jobs to be run in the resource manager.  It integrates 
with a generic Spark daemon, so spark can be run locally, as a test spark 
cluster, and in mesos (not affiliated with the resouce manager mesos 
integration).

This is a solution to: https://issues.apache.org/jira/browse/OODT-780


Diffs (updated)
-----

  trunk/core/pom.xml 1644527 
  trunk/resource/pom.xml 1644527 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/examples/NoSparkFilePalindromeExample.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/examples/PalindromeUtils.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/examples/SparkFilePalindromeExample.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/examples/StreamingPalindromeExample.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/scheduler/SparkScheduler.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/scheduler/SparkSchedulerFactory.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/structs/SparkInstance.java
 PRE-CREATION 
  
trunk/resource/src/main/java/org/apache/oodt/cas/resource/structs/StreamingInstance.java
 PRE-CREATION 
  trunk/resource/src/main/resources/examples/jobs/exPalindrome.xml PRE-CREATION 
  trunk/resource/src/main/resources/examples/jobs/exSparkJob.xml PRE-CREATION 
  trunk/resource/src/main/resources/examples/jobs/exSparkPalindrome.xml 
PRE-CREATION 
  trunk/resource/src/main/resources/examples/jobs/exStreamingPalindrome.xml 
PRE-CREATION 
  trunk/resource/src/main/resources/resource.properties 1644527 
  
trunk/resource/src/main/scala/org/apache/oodt/cas/resource/examples/ScalaHelloWorld.scala
 PRE-CREATION 

Diff: https://reviews.apache.org/r/28917/diff/


Testing
-------

Demonstration created, demonstration jobs run and benchmarks taken.


Thanks,

Michael Starch

Reply via email to