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 void |
verifyReducer(SmartReducer reducer,
Object key,
Object... values) |
public static void verifyMapping(SmartMapper mapper, Object key, Object input) throws Exception
Exceptionpublic static void verifyReducer(SmartReducer 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.