Package org.apache.flink.client.python
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 Summary
Constructors Constructor Description PythonDriver()
-