Hi,
I'm wondering how I can add dependencies for third party and custom libraries to be executed in Flink for python streaming? Thank you, Bing |
Hi Bing, I'm not familiar with python programming. I guess we can simply import libraries in the python script. A example can be found here[1]. Hope this helps. Best, Hequn On Wed, Oct 3, 2018 at 1:49 AM Bing Lin <[hidden email]> wrote:
|
Hi, AFAIK it's not that easy. Flink's Python support is based on Jython which translates Python code into JVM byte code. Therefore, native libs are not supported. Chesnay (in CC) knows the details here. Best, Fabian Hequn Cheng <[hidden email]> schrieb am Mi., 3. Okt. 2018, 04:30:
|
Hello,
to use libraries you have to supply them when submitting the job as described below. Additional directories/files will be placed in the same directory as your script on each TM. See https://ci.apache.org/projects/flink/flink-docs-master/dev/stream/python.html#executing-plans Note that libraries that make use of C-extensions will probably not work. On 03.10.2018 09:14, Fabian Hueske wrote:
|
Free forum by Nabble | Edit this page |