Class PythonDriver

java.lang.Object
org.apache.flink.client.python.PythonDriver

public final class PythonDriver extends Object
A main class used to launch Python applications. It executes python as a subprocess and then has it connect back to the JVM to access system properties, etc.
  • Constructor Details

    • PythonDriver

      public PythonDriver()
  • Method Details