public class CombinePerKeyExamples
extends java.lang.Object
Note: Before running this example, you must create a BigQuery dataset to contain your output table.
To execute this pipeline locally, specify the BigQuery table for the output:
--output=YOUR_PROJECT_ID:DATASET_ID.TABLE_ID
To change the runner, specify:
--runner=YOUR_SELECTED_RUNNER
See examples/java/README.md for instructions about how to configure different runners.
The BigQuery input table defaults to publicdata:samples.shakespeare and can be
overridden with --input.
| Modifier and Type | Class and Description |
|---|---|
static class |
CombinePerKeyExamples.ConcatWords
A 'combine function' used with the Combine.perKey transform.
|
static interface |
CombinePerKeyExamples.Options
Options supported by
CombinePerKeyExamples. |
| Constructor and Description |
|---|
CombinePerKeyExamples() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |