Package org.apache.nemo.examples.beam
Class EDGARAvgDocSize
- java.lang.Object
-
- org.apache.nemo.examples.beam.EDGARAvgDocSize
-
public final class EDGARAvgDocSize 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. Calculate the average document size of the requests.
-
-
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.
-