felix.io
Class TestHadoop_0_20.Reduce

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>
      extended by felix.io.TestHadoop_0_20.Reduce
Enclosing class:
TestHadoop_0_20

public static class TestHadoop_0_20.Reduce
extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
org.apache.hadoop.mapreduce.Reducer.Context
 
Field Summary
static java.lang.String _inputkey
           
static java.lang.String _inputvalues
           
static PythonExecutor pyReducer
           
 
Constructor Summary
TestHadoop_0_20.Reduce()
           
 
Method Summary
 void setup(org.apache.hadoop.mapreduce.Reducer.Context contex)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.Reducer
run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pyReducer

public static PythonExecutor pyReducer

_inputkey

public static java.lang.String _inputkey

_inputvalues

public static java.lang.String _inputvalues
Constructor Detail

TestHadoop_0_20.Reduce

public TestHadoop_0_20.Reduce()
Method Detail

setup

public void setup(org.apache.hadoop.mapreduce.Reducer.Context contex)
Overrides:
setup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>