org.apache.blur.mapreduce.lib
Class BlurOutputFormatTest

java.lang.Object
  extended by org.apache.blur.mapreduce.lib.BlurOutputFormatTest

public class BlurOutputFormatTest
extends Object


Constructor Summary
BlurOutputFormatTest()
           
 
Method Summary
static String readFile(String name)
           
 void setup()
           
static void setupJavaHome()
           
static void setupTest()
           
static void teardown()
           
 void testBlurOutputFormat()
           
 void testBlurOutputFormatCleanupDuringJobKillTest()
           
 void testBlurOutputFormatOverFlowMultipleReducersTest()
           
 void testBlurOutputFormatOverFlowMultipleReducersWithReduceMultiplierTest()
           
 void testBlurOutputFormatOverFlowTest()
           
 void testBlurOutputFormatValidateReducerCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlurOutputFormatTest

public BlurOutputFormatTest()
Method Detail

setupTest

public static void setupTest()
                      throws Exception
Throws:
Exception

setupJavaHome

public static void setupJavaHome()

teardown

public static void teardown()
                     throws IOException
Throws:
IOException

setup

public void setup()

testBlurOutputFormat

public void testBlurOutputFormat()
                          throws IOException,
                                 InterruptedException,
                                 ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

testBlurOutputFormatOverFlowTest

public void testBlurOutputFormatOverFlowTest()
                                      throws IOException,
                                             InterruptedException,
                                             ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

testBlurOutputFormatOverFlowMultipleReducersTest

public void testBlurOutputFormatOverFlowMultipleReducersTest()
                                                      throws IOException,
                                                             InterruptedException,
                                                             ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

testBlurOutputFormatOverFlowMultipleReducersWithReduceMultiplierTest

public void testBlurOutputFormatOverFlowMultipleReducersWithReduceMultiplierTest()
                                                                          throws IOException,
                                                                                 InterruptedException,
                                                                                 ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

testBlurOutputFormatValidateReducerCount

public void testBlurOutputFormatValidateReducerCount()
                                              throws IOException,
                                                     InterruptedException,
                                                     ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

testBlurOutputFormatCleanupDuringJobKillTest

public void testBlurOutputFormatCleanupDuringJobKillTest()
                                                  throws IOException,
                                                         InterruptedException,
                                                         ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException

readFile

public static String readFile(String name)
                       throws IOException
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.