public class TopWikipediaSessions
extends java.lang.Object
Concepts: Using Windowing to perform time-based aggregations of data.
It is not recommended to execute this pipeline locally, given the size of the default input data.
To execute this pipeline using a selected runner and an output prefix on GCS, specify:
--runner=YOUR_SELECTED_RUNNER
--output=gs://YOUR_OUTPUT_PREFIX
See examples/java/README.md for instructions about how to configure different runners.
The default input is gs://apache-beam-samples/wikipedia_edits/*.json and can be
overridden with --input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopWikipediaSessions.Options
Options supported by this class.
|
| Constructor and Description |
|---|
TopWikipediaSessions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static void |
run(TopWikipediaSessions.Options options) |
public static void run(TopWikipediaSessions.Options options)
public static void main(java.lang.String[] args)