Skip to content

Instantly share code, notes, and snippets.

@gupta-himanshu
Last active May 17, 2018 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gupta-himanshu/c5cfd678f453cde34d07e71a59a504fd to your computer and use it in GitHub Desktop.
Save gupta-himanshu/c5cfd678f453cde34d07e71a59a504fd to your computer and use it in GitHub Desktop.
StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
env.enableCheckpointing(5000); // create a checkpoint every 5 seconds
env.getConfig().setGlobalJobParameters(parameterTool); // make parameters available in the web interface
env.setStreamTimeCharacteristic(TimeCharacteristic.EventTime);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment