public final class DistSum extends Configured implements Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
DistSum.Machine
Abstract machine for job execution.
|
static class |
DistSum.MapSide
A machine which does computation on the map side.
|
static class |
DistSum.MixMachine
A machine which chooses Machine in runtime according to the cluster status
|
static class |
DistSum.ReduceSide
A machine which does computation on the reduce side.
|
| Constructor and Description |
|---|
DistSum() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
main
|
int |
run(String[] args) |
static Map.Entry<String,TaskResult> |
string2TaskResult(String s)
Convert a String to a (String, TaskResult) pair
|
static String |
taskResult2string(String name,
TaskResult result)
Convert a TaskResult to a String
|
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic static String taskResult2string(String name, TaskResult result)
public static Map.Entry<String,TaskResult> string2TaskResult(String s)
Copyright © 2018 CERN. All Rights Reserved.