Skip to content

Commit

Permalink
[hotfix] Fix javadoc link in ClusterClient#triggerSavepoint
Browse files Browse the repository at this point in the history
This closes apache#5592.
  • Loading branch information
Matrix42 authored and zentol committed Mar 5, 2018
1 parent 7c3be91 commit 88709d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public void stop(final JobID jobId) throws Exception {

/**
* Triggers a savepoint for the job identified by the job id. The savepoint will be written to the given savepoint
* directory, or {@link org.apache.flink.configuration.CoreOptions#SAVEPOINT_DIRECTORY} if it is null.
* directory, or {@link org.apache.flink.configuration.CheckpointingOptions#SAVEPOINT_DIRECTORY} if it is null.
*
* @param jobId job id
* @param savepointDirectory directory the savepoint should be written to
Expand Down

0 comments on commit 88709d7

Please sign in to comment.