Environment Variables
This documentation is for an unreleased version of Apache Flink. We recommend you use the latest stable version.

環境変数 #

これらの環境変数はPyFlinkの動作に影響します:

環境変数 説明
FLINK_HOME PyFlinkのジョブは送信される前にコンパイルされ、ジョブのコンパイルをコンパイルするためにFlinkの配布が必要です。 PyFlinkのインストレーションパッケージにはすでにFlinkの配布物が含まれており、デフォルトで使われます。 この環境では、独自のFlinkの配布を指定できます。
PYFLINK_CLIENT_EXECUTABLE The path of the Python interpreter used to launch the Python process when submitting the Python jobs via "flink run" or compiling the Java/Scala jobs containing Python UDFs. 設定オプション'python.client.executable'と同等です。優先dのは次の通りです:
  1. ソースコードで定義された設定'python.client.executable';
  2. 環境変数PYFLINK_CLIENT_EXECUTABLE;
  3. flink-conf.yamlで定義された設定'python.client.executable'
上記のいずれも設定されていない場合、デフォルトのPythonインタプリタ'python'が使われます。
inserted by FC2 system