public class PipelineExecutorUtils extends Object
| Constructor and Description |
|---|
PipelineExecutorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.runtime.jobgraph.JobGraph |
getJobGraph(org.apache.flink.api.dag.Pipeline pipeline,
org.apache.flink.configuration.Configuration configuration)
Creates the
JobGraph corresponding to the provided Pipeline. |
public static org.apache.flink.runtime.jobgraph.JobGraph getJobGraph(@Nonnull org.apache.flink.api.dag.Pipeline pipeline, @Nonnull org.apache.flink.configuration.Configuration configuration) throws MalformedURLException
JobGraph corresponding to the provided Pipeline.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.MalformedURLExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.