Package | Description |
---|---|
org.kepler.spark.stub |
Modifier and Type | Class and Description |
---|---|
class |
KeplerCoGroupStub
A Spark stub to run a Kepler workflow in a map after the cogroup operator.
|
class |
KeplerCrossStub
A Spark stub to run a Kepler workflow in a map after the cartesian operator.
|
class |
KeplerMapStub
A Spark Map stub that runs a Kepler workflow.
|
class |
KeplerMatchStub
A Spark stub to run a Kepler workflow in a map after the join/match operator.
|
class |
KeplerPairFlatMapFunction<T,K,V>
A Spark stub to run a Kepler workflow in a map.
|
class |
KeplerReduceStub
A Spark stub to run a Kepler workflow in a map after the groupByKey operator.
|
class |
ScriptEngineMapStub
A Spark Map stub that executes a ScriptEngine.
|
class |
ScriptEnginePairFlatMapFunction<T,K,V>
A Spark stub base class for executing a ScriptEngine.
|
class |
ScriptEngineReduceStub
A Spark Reduce stub that executes a ScriptEngine.
|