Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_jars#

StreamExecutionEnvironment.add_jars(*jars_path: str)[source]#

Adds a list of jar files that will be uploaded to the cluster and referenced by the job.

Parameters

jars_path – Path of jars.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.set_python_executable

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_classpaths

On this page
  • StreamExecutionEnvironment.add_jars()
Show Source

Created using Sphinx 5.3.0.