Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Both approaches are easier from user perspective than the current solution  tEnv.getConfig().getConfiguration().set(CoreOptions.DEFAULT_PARALLELISM, 128)

For setting a batch of properties (or string properties) users can use addConfiguration  method:

...