public class PipelineExecutorUtils extends Object
Constructor and Description |
---|
PipelineExecutorUtils() |
Modifier and Type | Method and Description |
---|---|
static JobGraph |
getJobGraph(Pipeline pipeline,
Configuration configuration)
|
public static JobGraph getJobGraph(@Nonnull Pipeline pipeline, @Nonnull Configuration configuration) throws MalformedURLException
pipeline
- the pipeline whose job graph we are computingconfiguration
- the configuration with the necessary information such as jars and
classpaths to be included, the parallelism of the job and potential savepoint settings
used to bootstrap its state.JobGraph
.MalformedURLException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.