| Package | Description |
|---|---|
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
ClusterClient.run(PackagedProgram prog,
int parallelism)
General purpose method to run a user jar from the CliFrontend in either blocking or detached mode, depending
on whether
setDetached(true) or setDetached(false). |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.