| Package | Description |
|---|---|
| eu.stratosphere.client | |
| eu.stratosphere.client.program |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionResult |
RemoteExecutor.executePlanWithJars(JobWithJars p) |
| Modifier and Type | Method and Description |
|---|---|
JobWithJars |
PackagedProgram.getPlanWithJars()
Returns the plan with all required jars.
|
| Modifier and Type | Method and Description |
|---|---|
OptimizedPlan |
Client.getOptimizedPlan(JobWithJars prog,
int parallelism)
Creates the optimized plan for a given program, using this client's compiler.
|
JobExecutionResult |
Client.run(JobWithJars prog,
int parallelism,
boolean wait)
Runs a program on the nephele system whose job-manager is configured in this client's configuration.
|
Copyright © 2013–2014. All rights reserved.