| Package | Description |
|---|---|
| eu.stratosphere.client.program |
| Modifier and Type | Method and Description |
|---|---|
String |
PackagedProgram.getDescription()
Returns the description provided by the Program class.
|
JobGraph |
Client.getJobGraph(PackagedProgram prog,
OptimizedPlan optPlan) |
OptimizedPlan |
Client.getOptimizedPlan(JobWithJars prog,
int parallelism)
Creates the optimized plan for a given program, using this client's compiler.
|
OptimizedPlan |
Client.getOptimizedPlan(PackagedProgram prog,
int parallelism) |
String |
Client.getOptimizedPlanAsJson(PackagedProgram prog,
int parallelism) |
JobWithJars |
PackagedProgram.getPlanWithJars()
Returns the plan with all required jars.
|
String |
PackagedProgram.getPreviewPlan()
Returns the analyzed plan without any optimizations.
|
void |
PackagedProgram.invokeInteractiveModeForExecution()
This method assumes that the context environment is prepared, or the execution
will be a local execution by default.
|
JobExecutionResult |
Client.run(JobGraph jobGraph,
boolean wait) |
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.
|
JobExecutionResult |
Client.run(OptimizedPlan compiledPlan,
List<File> libraries,
boolean wait) |
JobExecutionResult |
Client.run(PackagedProgram prog,
int parallelism,
boolean wait) |
JobExecutionResult |
Client.run(PackagedProgram prog,
OptimizedPlan optimizedPlan,
boolean wait) |
| Constructor and Description |
|---|
PackagedProgram(File jarFile,
String... args)
Creates an instance that wraps the plan defined in the jar file using the given
argument.
|
PackagedProgram(File jarFile,
String entryPointClassName,
String... args)
Creates an instance that wraps the plan defined in the jar file using the given
arguments.
|
Copyright © 2013–2014. All rights reserved.