public class ExecutorUtils extends Object
Constructor and Description |
---|
ExecutorUtils() |
Modifier and Type | Method and Description |
---|---|
static JobGraph |
getJobGraph(Pipeline pipeline,
Configuration configuration)
|
public static JobGraph getJobGraph(@Nonnull Pipeline pipeline, @Nonnull Configuration configuration)
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
.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.