public class JoinExamples
extends java.lang.Object
Concepts: Join operation; multiple input sources.
To execute this pipeline locally, specify a local output file or output prefix on GCS:
--output=[YOUR_LOCAL_FILE | gs://YOUR_OUTPUT_PREFIX]
To change the runner, specify:
--runner=YOUR_SELECTED_RUNNER
See examples/java/README.md for instructions about how to configure different runners.| Modifier and Type | Class and Description |
|---|---|
static interface |
JoinExamples.Options
Options supported by
JoinExamples. |
| Constructor and Description |
|---|
JoinExamples() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |