November 2017
Beginner to intermediate
290 pages
7h 34m
English
The first thing you will do when writing a Beam pipeline is to get your hands on a Pipeline object. You do this by instantiating it with PipelineOptions, so that you can create programmatically or parse from the command line:
Pipeline pipeline = Pipeline.create(options);
Read now
Unlock full access