Skip to content

Commit

Permalink
[hotfix] [runtime] Minor javadoc fix in JobManager
Browse files Browse the repository at this point in the history
This closes apache#1358

JobExecutionVertices should be ExecutionJobVertices?
I found it while I have been drawing a Flink local execution diagram.
It is still a half way but let me know if you have any feedback.
https://docs.google.com/drawings/d/1lZg8LkhAlI5lMc2EGCPlYArBmv7cCj-By-phuG6rGE8/edit
  • Loading branch information
jaoki authored and StephanEwen committed Nov 17, 2015
1 parent e692a10 commit 1f52899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import scala.language.postfixOps
*
* - [[SubmitJob]] is sent by a client which wants to submit a job to the system. The submit
* message contains the job description in the form of the JobGraph. The JobGraph is appended to
* the ExecutionGraph and the corresponding JobExecutionVertices are scheduled for execution on
* the ExecutionGraph and the corresponding ExecutionJobVertices are scheduled for execution on
* the TaskManagers.
*
* - [[CancelJob]] requests to cancel the job with the specified jobID. A successful cancellation
Expand Down

0 comments on commit 1f52899

Please sign in to comment.