public class DeDupExample extends Object
Concepts: the RemoveDuplicates transform, and how to wire transforms together.
Demonstrates TextIO.Read/
RemoveDuplicates/TextIO.Write.
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.
The input defaults to gs://apache-beam-samples/shakespeare/* and can be
overridden with --input.
| Constructor and Description |
|---|
DeDupExample() |