pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.configure#
- StreamExecutionEnvironment.configure(configuration: pyflink.common.configuration.Configuration)[source]#
Sets all relevant options contained in the
Configuration
. such as e.g. pipeline.time-characteristic. It will reconfigureStreamExecutionEnvironment
,ExecutionConfig
andCheckpointConfig
.It will change the value of a setting only if a corresponding option was set in the configuration. If a key is not present, the current value of a field will remain untouched.
- Parameters
configuration – a configuration to read the values from.
New in version 1.15.0.