Package org.apache.nemo.examples.beam
Class EDGARTop10Documents
- java.lang.Object
-
- org.apache.nemo.examples.beam.EDGARTop10Documents
-
public final class EDGARTop10Documents extends java.lang.Object
Application for EDGAR dataset. Format: ip, date, time, zone, doc_cik, access number, doc_name, code, size, idx, norefer, noagent, find, crawler. Top 10 documents with most requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EDGARTop10Documents.ValueComparator<K>
Value comparator comparing the long value.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main function for the BEAM program.
-