public static class WebLogAnalysis.FilterDocs extends MapFunction implements Serializable
| Constructor and Description |
|---|
WebLogAnalysis.FilterDocs() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Record record,
Collector<Record> out)
Filters for documents that contain all of the given keywords and projects the records on the URL field.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic void map(Record record, Collector<Record> out) throws Exception
map in interface GenericMapper<Record,Record>map in class MapFunctionExceptionCopyright © 2013. All rights reserved.