| Constructor and Description |
|---|
JobClient(JobGraph jobGraph,
ClassLoader userCodeClassLoader)
Constructs a new job client object and instantiates a local
RPC proxy for the
JobSubmissionProtocol. |
JobClient(JobGraph jobGraph,
Configuration configuration,
ClassLoader userCodeClassLoader)
Constructs a new job client object and instantiates a local
RPC proxy for the
JobSubmissionProtocol. |
JobClient(JobGraph jobGraph,
Configuration configuration,
InetSocketAddress jobManagerAddress,
ClassLoader userCodeClassLoader)
Constructs a new job client object and instantiates a local
RPC proxy for the
JobSubmissionProtocol. |
| Constructor and Description |
|---|
ExecutionGraph(JobGraph job,
int defaultParallelism)
Creates a new execution graph from a job graph.
|
| Modifier and Type | Method and Description |
|---|---|
JobGraph |
AbstractJobVertex.getJobGraph()
Returns the job graph this job vertex belongs to.
|
| Constructor and Description |
|---|
AbstractJobInputVertex(String name,
JobGraph jobGraph)
Constructs a new job input vertex with the given name.
|
AbstractJobInputVertex(String name,
JobVertexID id,
JobGraph jobGraph)
Constructs a new job input vertex with the given name.
|
AbstractJobOutputVertex(String name,
JobGraph jobGraph)
Constructs a new job output vertex with the given name.
|
AbstractJobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
AbstractJobVertex(String name,
JobGraph jobGraph)
Constructs a new job vertex and assigns it with the given name.
|
AbstractJobVertex(String name,
JobVertexID id,
JobGraph jobGraph)
Constructs a new job vertex and assigns it with the given name.
|
JobInputVertex(JobGraph jobGraph)
Creates a new job file input vertex.
|
JobInputVertex(String name,
JobGraph jobGraph)
Creates a new job file input vertex with the specified name.
|
JobInputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
JobOutputVertex(JobGraph jobGraph)
Creates a new job file input vertex.
|
JobOutputVertex(String name,
JobGraph jobGraph)
Creates a new job file output vertex with the specified name.
|
JobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
JobTaskVertex(JobGraph jobGraph)
Creates a new job task vertex.
|
JobTaskVertex(String name,
JobGraph jobGraph)
Creates a new job task vertex with the specified name.
|
JobTaskVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
JobManager.submitJob(JobGraph job) |
| Modifier and Type | Method and Description |
|---|---|
JobSubmissionResult |
JobManagementProtocol.submitJob(JobGraph job)
Submits the specified job to the job manager.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.