Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • StreamExecutionEnvironment
  • pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_execution_environment

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_execution_environment#

static StreamExecutionEnvironment.get_execution_environment(configuration: Configuration | None = None) → StreamExecutionEnvironment[source]#

Creates an execution environment that represents the context in which the program is currently executed. If the program is invoked standalone, this method returns a local execution environment.

When executed from the command line the given configuration is stacked on top of the global configuration which comes from the config.yaml, potentially overriding duplicated options.

Parameters:

configuration – The configuration to instantiate the environment with.

Returns:

The execution environment of the context in which the program is executed.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.register_cached_file

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.create_input

On this page
  • StreamExecutionEnvironment.get_execution_environment()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.