| Package | Description |
|---|---|
| org.processmining.BigData.common.GraphManagement.reduce.Hadoop | |
| org.processmining.BigData.common.models.Hadoop |
| Modifier and Type | Method and Description |
|---|---|
void |
ReduceAnnotatedDGraph.reduce(org.apache.hadoop.io.NullWritable key,
java.lang.Iterable<HadoopAnnotatedDGraph> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
INPUT
Text = Null
Value = Hadoop Graphs
OUTPUT
Key = Null
Value = Hadoop Annotated Dependency Graph
|
| Modifier and Type | Method and Description |
|---|---|
static HadoopAnnotatedDGraph |
HadoopAnnotatedDGraph.read(java.io.DataInput in)
Read an annotated dependency graph in a Hadoop Environment
|