public class HadoopApprovals extends Object
SmartMapper,
SmartReducer,
MapperWrapper,
ReducerWrapper| Constructor and Description |
|---|
HadoopApprovals() |
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyMapping(SmartMapper mapper,
Object key,
Object input) |
static void |
verifyMapReduce(SmartMapper mapper,
SmartReducer reducer,
Object key,
Object input) |
static <KeyIn,ValueIn,KeyOut,ValueOut> |
verifyReducer(SmartReducer<KeyIn,ValueIn,KeyOut,ValueOut> reducer,
Object key,
Object... values) |
public static void verifyMapping(SmartMapper mapper, Object key, Object input) throws Exception
Exceptionpublic static <KeyIn,ValueIn,KeyOut,ValueOut> void verifyReducer(SmartReducer<KeyIn,ValueIn,KeyOut,ValueOut> reducer, Object key, Object... values) throws Exception
Exceptionpublic static void verifyMapReduce(SmartMapper mapper, SmartReducer reducer, Object key, Object input) throws Exception
ExceptionCopyright © 2020. All rights reserved.