Questions tagged [pyflink]

Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. PyFlink makes it available to Python.

PyFlink makes all of Apache Flink available to Python and at the same time Flink benefits from Ptyhon's rich scientific computing functions.

What is PyFlink on apache.org

258 questions
-2
votes
1 answer

How to integrate Kafka and Flink in Python?

I am trying to develop a test Flink application that reads from and writes to a Kafka topic. However, I have been getting this error: start writing data to kafka Traceback (most recent call last): File "teste.py", line 71, in
Laura Corssac
  • 1,217
  • 1
  • 13
  • 23
-2
votes
1 answer

i have a kafka datastream and wanted to do some calculations over the data using pyflink how can i do that?

i wanted to calculate the average power[x] = ch[x]*((60/5)*100/500)watts and Energy Consumed[x] = ch[x]/500kwh ch1-ch6 are the energy measurment values i will attach an image of what the data from kafka looks like,which will be on the…
Ammanuel
  • 13
  • 3
-2
votes
1 answer

How to upload python files in Flink Web UI?

I can only see the button where to upload jar files. I am wondering how to upload a Python file in Flink web UI?
YT Q
  • 31
  • 4
1 2 3
17
18