Test out integrating Kepler code into Triquetrum: Use DDP/Hadoop as driver. #84
Description
At this time, Triquetrum does not include direct support for Hadoop.
Triquetrum uses Ptolemy II as its execution engine. The Kepler Scientific Workflow System (https://kepler-project.org/) also uses Ptolemy II as its execution engine. (BTW - when I refere to Kepler, I'm referring to the Kepler Scientific Workflow System which predates Kepler the Eclipse release, and probably predates the Kepler Lua package).
Kepler (Scientific Workflow System) does have support for Hadoop, see
http://users.sdsc.edu/~jianwu/JianwuWang_files/ICCS-bioKepler.pdf
My understanding of how Kepler's Distributed Data-Parallel (DDP) works is that it presents a facade for the different big data systems. If I remember correctly, there are directors such as the Stratosphere Director that support a limited set of data types. These directors handle the glue for the different big data systems.
Our goal with Triquetrum is to be able to support Kepler, but I have not yet tried it
Triquetrum does supporting adding actors, see https://wiki.eclipse.org/Triquetrum/Extending_Triquetrum
One thing that might be missing is that Kepler has a tabbed parameter editor that is not yet supported.
It would be helpful to try this before the ICCS talk on June 7, 2016.
Activity