This project has retired. For details please refer to its Attic page.

Deprecated API


Contents
Deprecated Classes
org.apache.hadoop.mrunit.testutil.ExtendedAssert
          No replacement due to automatic comparisons using runTest() 
 

Deprecated Fields
org.apache.hadoop.mrunit.MapDriverBase.inputKey
           
org.apache.hadoop.mrunit.ReduceDriverBase.inputKey
           
org.apache.hadoop.mrunit.MapDriverBase.inputVal
           
 

Deprecated Methods
org.apache.hadoop.mrunit.PipelineMapReduceDriver.addInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.MapReduceDriverBase.addInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.ReduceDriverBase.addInputValue(V1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.ReduceDriverBase.addInputValues(List)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.TestDriver.addOutputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.testutil.ExtendedAssert.assertGreater(int, int)
          No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals 
org.apache.hadoop.mrunit.testutil.ExtendedAssert.assertGreaterOrEqual(int, int)
          No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals 
org.apache.hadoop.mrunit.testutil.ExtendedAssert.assertLess(int, int)
          No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals 
org.apache.hadoop.mrunit.testutil.ExtendedAssert.assertLessOrEqual(int, int)
          No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals 
org.apache.hadoop.mrunit.testutil.ExtendedAssert.assertListEquals(List, List)
          No replacement due to automatic list comparison using runTest() 
org.apache.hadoop.mrunit.MapDriverBase.getInputKey()
           
org.apache.hadoop.mrunit.MapDriverBase.getInputValue()
           
org.apache.hadoop.mrunit.ReduceDriverBase.getInputValues()
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by ReduceDriverBase.getInputValues(Object) 
org.apache.hadoop.mrunit.TestDriver.setConfiguration(Configuration)
          Use getConfiguration() to set configuration items as opposed to overriding the entire configuration object as it's used internally. 
org.apache.hadoop.mrunit.MapDriverBase.setInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.ReduceDriverBase.setInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.MapDriverBase.setInputKey(K1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.ReduceDriverBase.setInputKey(K1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.MapDriverBase.setInputValue(V1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.ReduceDriverBase.setInputValues(List)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by #setInput(), #addInput(), and #addAll() 
org.apache.hadoop.mrunit.TestDriver.withConfiguration(Configuration)
          Use getConfiguration() to set configuration items as opposed to overriding the entire configuration object as it's used internally. 
org.apache.hadoop.mrunit.PipelineMapReduceDriver.withInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.MapReduceDriverBase.withInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.MapDriverBase.withInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.ReduceDriverBase.withInputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
org.apache.hadoop.mrunit.MapDriverBase.withInputKey(K1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v)*. Replaced by #withInput() and #withAll() 
org.apache.hadoop.mrunit.ReduceDriverBase.withInputKey(K1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by ReduceDriverBase.withInput(Object, List), ReduceDriverBase.withAll(List), and ReduceDriverBase.withInput(Pair) 
org.apache.hadoop.mrunit.MapDriverBase.withInputValue(V1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v)*. Replaced by #withInput() and #withAll() 
org.apache.hadoop.mrunit.ReduceDriverBase.withInputValue(V1)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by ReduceDriverBase.withInput(Object, List), ReduceDriverBase.withAll(List), and ReduceDriverBase.withInput(Pair) 
org.apache.hadoop.mrunit.ReduceDriverBase.withInputValues(List)
          MRUNIT-64. Moved to list implementation to support multiple input (k, v*)*. Replaced by ReduceDriverBase.withInput(Object, List), ReduceDriverBase.withAll(List), and ReduceDriverBase.withInput(Pair) 
org.apache.hadoop.mrunit.TestDriver.withOutputFromString(String)
          No replacement due to lack of type safety and incompatibility with non Text Writables 
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.