| Package | Description |
|---|---|
| org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static ContaineredTaskManagerParameters |
ContaineredTaskManagerParameters.create(org.apache.flink.configuration.Configuration config,
TaskExecutorProcessSpec taskExecutorProcessSpec,
int numSlots)
Computes the parameters to be used to start a TaskManager Java process.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BootstrapTools.getTaskManagerShellCommand(org.apache.flink.configuration.Configuration flinkConfig,
ContaineredTaskManagerParameters tmParams,
String configDirectory,
String logDirectory,
boolean hasLogback,
boolean hasLog4j,
boolean hasKrb5,
Class<?> mainClass,
String mainArgs)
Generates the shell command to start a task manager.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.