incubator-heron
incubator-heron copied to clipboard
Add integration Tests for Java and Scala Streamlet APIs
Following transformations need IT coverage as well on both Java and Scala Streamlet APIs.
// Transformations
join
reduceByKeyAndWindow
union
applyOperator
// Source
newSource(Source<R> generator)
newSource(IRichSpout spout)