Package | Description |
---|---|
org.apache.hadoop.examples.pi |
This package consists of a map/reduce application,
distbbp,
which computes exact binary digits of the mathematical constant π.
|
org.apache.hadoop.examples.pi.math |
This package provides useful mathematical library classes
for the distbbp program.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskResult
A class for map task results or reduce task results.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Combinable<T>> |
Util.combine(Collection<T> items)
Combine a list of items.
|
Modifier and Type | Class and Description |
---|---|
class |
Summation
Represent the summation \sum \frac{2^e \mod n}{n}.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.