Skip to content

Commit

Permalink
[FLINK-22052][python] Add set_default_savepoint_directory to PyFlink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwiesman committed Apr 1, 2021
1 parent b8d1add commit 5f75c7d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def excluded_methods(cls):
'createInput', 'createLocalEnvironmentWithWebUI', 'fromCollection',
'socketTextStream', 'initializeContextEnvironment', 'readTextFile',
'setNumberOfExecutionRetries', 'configure', 'executeAsync', 'registerJobListener',
'clearJobListeners', 'getJobListeners', "fromSequence",
'setDefaultSavepointDirectory', 'getDefaultSavepointDirectory'}
'clearJobListeners', 'getJobListeners', "fromSequence"}


if __name__ == '__main__':
Expand Down

0 comments on commit 5f75c7d

Please sign in to comment.